OAuth2 flow support handlers
OAuth2 flow support handlers
(login-handler request-access-token request-user-info)Invoked by the frontend during OAuth2 login flow. It requests a user access token using the given authorization code.
Invoked by the frontend during OAuth2 login flow. It requests a user access token using the given authorization code.
(oidc-login conf)Generic OIDC login flow handler, that requests a new token using client id and secret. The given config specifies the urls to invoke, and where to get credentials.
Generic OIDC login flow handler, that requests a new token using client id and secret. The given config specifies the urls to invoke, and where to get credentials.
(oidc-refresh conf)Generic OIDC refresh flow handler, that refreshes a token using client id and secret as specified in the given config.
Generic OIDC refresh flow handler, that refreshes a token using client id and secret as specified in the given config.
(refresh-token {:keys [get-creds request-token-url set-params]} req)Refreshes a token using the refresh token
Refreshes a token using the refresh token
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 |