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
Refresh tokens are currently functional within the app, but they are handled completely through the API endpoint. OAuth should probably be set up to issue the refresh token at the same time as the access token. Essentially just moving a lot of the refresh token logic to the OAuth tenant rather than API endpoint.
The text was updated successfully, but these errors were encountered:
Refresh tokens are currently functional within the app, but they are handled completely through the API endpoint. OAuth should probably be set up to issue the refresh token at the same time as the access token. Essentially just moving a lot of the refresh token logic to the OAuth tenant rather than API endpoint.
The text was updated successfully, but these errors were encountered: