-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add cryptography as a dependency * add setting to use introspection or not * add imports * add use introspection to KeycloakConnect * add use introspection to the middleware * add keycloak certs endpoint * add jwks endpoint method * add jwks endpoint method * use decode or introspect to determine if token is active * add token decode method * add token decode method * use introspection or token decode to get user info * fix requires list * pass options to decoder * add audience and options to decode parameters * rename certs to jwks * add django caching * use django caching for jwks call * lower default cache timeout * update readme * fix setting cache key name * add dependency * set default value for use_introspection * add local decode to userinfo * pass raise exception to decode * bubble up error if token is not able to be decoded * impl non-api vue handling * test case for jwks with no exception * bump version * pin versions of cryptography and pyJWT * clarify local_decode option in readme * make jwks endpoint cache ttl a setting * wording update
- Loading branch information
Showing
6 changed files
with
187 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.