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 refreshToken is then stored in a separate key in localstorge (or cookie/vuex).
If the refreshData option fires, or with $auth.refresh() method, the API call will then include the refreshToken in the Authorization header or the request body.
Your thoughts?
The text was updated successfully, but these errors were encountered:
It would be great if one could get a refresh token together with the initial access token in the login response payload - an enhancement to #80.
Example:
The
refreshToken
is then stored in a separate key in localstorge (or cookie/vuex).If the
refreshData
option fires, or with$auth.refresh()
method, the API call will then include therefreshToken
in theAuthorization
header or the request body.Your thoughts?
The text was updated successfully, but these errors were encountered: