You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
⚠️ do not use ⚠️
Added
:clients config, which can now be used to configure multiple clients
config :prima_auth0_ex, :clients, default_client: [...] can be used to configure a default client, so that token_for and other methods can be used without specifying a client
:redis configuration, which is now separate from the clients' ones
Changed
:clients and :server now have an :auth0_base_url parameter
token_for and refresh_token_for have an additional client parameter, which defaults to :default_client
Removed
config :prima_auth0_ex, :client no longer works, :clients, default_client: [...] can be used instead
config :prima_auth0_ex, auth0_base_url: ... is not used anymore, each base url is now client and server specific