Releases: adithyasampatoor/okta_jwt
Releases · adithyasampatoor/okta_jwt
Added support for accepting multiple client IDS
- Since Client ID's can be multiple, We split the client IDS and check if the client ID from the token payload is the same as the actual Client ID
Removed Debug Statements
- Removed Debug Statements in the code
- Updated README Accordingly
Adding detailed exception Handling
- Added Proper Exception Handling
- Tests coverage at 100%
Removing ENV Variables Dependencies
- Removed the dependency for a user to put Environment Variables into bash_profile, instead pass them as arguments
- Updated README
Adding Support for Caching JWK
- Removed loading of redundant ENV Variables
- Add Support for Caching of JWK keys