Skip to content

Releases: adithyasampatoor/okta_jwt

Added support for accepting multiple client IDS

28 Dec 20:09
Compare
Choose a tag to compare
  1. 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

28 Dec 14:46
Compare
Choose a tag to compare
  1. Removed Debug Statements in the code
  2. Updated README Accordingly

Adding detailed exception Handling

24 Dec 15:34
Compare
Choose a tag to compare
  1. Added Proper Exception Handling
  2. Tests coverage at 100%

Removing ENV Variables Dependencies

20 Dec 00:16
Compare
Choose a tag to compare
  1. Removed the dependency for a user to put Environment Variables into bash_profile, instead pass them as arguments
  2. Updated README

Adding Support for Caching JWK

18 Dec 19:27
Compare
Choose a tag to compare
  1. Removed loading of redundant ENV Variables
  2. Add Support for Caching of JWK keys