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
The token_parameter_name config node covers the name no matter if you're using a cookie or some other request parameter. Just note that if you change this, it affects all uses of the config value for both inputs and outputs. So if your app supports both a cookie and reading it from a JSON payload, then you need to use super_secret_cookie_name everywhere you're currently using refresh_token.
The default name is
refresh_token
. I'd like to change it tosuper_secret_cookie_name
or something like that. Is that possible?The text was updated successfully, but these errors were encountered: