Liking cljdoc? Tell your friends :D

funcade.middleware.reitit


scope-middlewareclj

middleware for scope validation

works in tandem with wrap-jwt-authentication middleware and rejects requests without :identity or the required scope

keydescription
:scope:edit required scope as keyword, does not mount if not set
middleware for scope validation

works in tandem with wrap-jwt-authentication middleware and rejects requests without :identity
or the required scope

| key          | description |
| -------------|-------------|
| `:scope`     | `:edit` required scope as keyword, does not mount if not set
sourceraw docstring

wrap-jwt-authenticationclj

(wrap-jwt-authentication {:keys [jwk]})
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close