State Based

These actions provide a state-based authentication implementation using existing states as a credential store.

State Based Actions

Login

Extra event metadata parameters for this action are as follows:

Parameter
Definition
Example
Default

Expiration

Seconds for expiration of access token for a specific login action

1200

Handler's configuration

Refresh

Extra event metadata parameters for this action are as follows:

Parameter
Definition
Example
Default

Allow Unregistered

Whether refresh tokens should be valid if they don't belong to users in auth.state

true

false

circle-info

Allowing unregistered user refresh can be useful where user registration is optional and stateless authentication is used.

Last updated