Open armqtt opened 3 years ago
How to configure the oauth2-server-php in order to shorten the duration of token?
Thanks.
there's an "access_lifetime" config option that defines access token lifetime, and an "id_lifetime" option for the ID token's lifetime if you're using OpenID Connect
How to configure the oauth2-server-php in order to shorten the duration of token?
Thanks.