cduvray / jwt-authorizer

JWT authorization layer for Axum.
MIT License
68 stars 21 forks source link

Claims checker: closures with variable capture #36

Closed cduvray closed 11 months ago

cduvray commented 12 months ago

Replaces function pointer by implementation of Fn() for claims checker, allowing thus for variable capture in closures. Simplification of code.

fixes #32