Ring middleware for verifying Bearer JWT credentials.
wrap-bearer adds verified claims to the request under :claims by
default. It accepts either a verification JWK/key for jose.jwt/verify or
a jose.jwks source for jose.jwt/verify-with-jwks.
Ring middleware for verifying Bearer JWT credentials. `wrap-bearer` adds verified claims to the request under `:claims` by default. It accepts either a verification JWK/key for `jose.jwt/verify` or a `jose.jwks` source for `jose.jwt/verify-with-jwks`.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |