authex v0.1.1 Authex.Config View Source
Link to this section Summary
Functions
Returns the default alg used for signing and verifying tokens from the config
Returns the default aud claim used in tokens from the config
Returns the default iss claim used in tokens from the config
Returns the default scopes for tokens from the config
Returns the default time to live for tokens from the config
Returns the forbidden plug module from the config
Returns the {module, function, args} used to generate the jti claim in tokens from the config
Returns the secret key from the application config. If no secret is present
in the config, it will fall back to the AUTH_SECRET
env var. If that is also
not present, a new random secret will be generated
Returns the serializer module from the config
Returns the unauthorized plug module from the config
Link to this section Functions
Returns the default alg used for signing and verifying tokens from the config.
Returns the default aud claim used in tokens from the config.
Returns the default iss claim used in tokens from the config.
Returns the default scopes for tokens from the config.
Returns the default time to live for tokens from the config.
Returns the forbidden plug module from the config.
Returns the {module, function, args} used to generate the jti claim in tokens from the config..
Returns the secret key from the application config. If no secret is present
in the config, it will fall back to the AUTH_SECRET
env var. If that is also
not present, a new random secret will be generated.
Returns the serializer module from the config.
Returns the unauthorized plug module from the config.