Skip to content

Releases: primait/auth0_ex

0.2.1

14 May 14:23
e244277
Compare
Choose a tag to compare
  • Platform 105 / Handle revoked keys (#24)

0.2.0

19 Apr 16:22
250cff3
Compare
Choose a tag to compare

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 and max_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

0.1.1

22 Mar 14:50
b5c0406
Compare
Choose a tag to compare
  • Do not break compilation when server is not configured (#3)

0.1.0

22 Mar 13:45
b00658d
Compare
Choose a tag to compare

First release with tag 0.1.0