Releases: primait/auth0_ex
Releases · primait/auth0_ex
0.2.1
0.2.0
Added
- Added support for validation of tokens with multiple audiences
- Added utilities to forge tokens for local development (see
Auth0Ex.LocalToken
) - Added documentation for use of library to validate permissions in Graphql APIs with Absinthe
Changed
- Config parameter names have changed - refer to README to see how to update
- Refresh time for a token is now decided upfront as soon as the token is obtained.
token_check_interval
,min_token_duration
andmax_token_duration
are no longer public configurations. It is suggested not to rely on them.
Fixed
- Fixed validation of permissions for tokens with no
permissions
claim