OAuth authorization now supports prompt and max_auth_age parameters
It is now possible to adjust the behavior of the OAuth authorization flow by specifying a prompt
and/or max_auth_age
query parameter:
- The
prompt
query parameter can be used to specify how the authorizing user should be authenticated. - The
max_auth_age
query parameter can be used to determine a deadline (in seconds) after which a user must re-authenticate on the control panel.
For more details, consult the OAuth documentation.