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
Hello. I have a question about refresh_token.
If you connect angular UI to API services, after login, we get the response: {
"access_token": "some_code",
"refresh_token": "another_token",
"expire": 2900
}
access_token will be saved in LocalStorage.
Where will refresh_token be saved?
If it is stored in the LocalStorage, then what about security?
The text was updated successfully, but these errors were encountered:
Hello. I have a question about refresh_token.
If you connect angular UI to API services, after login, we get the response:
{
"access_token": "some_code",
"refresh_token": "another_token",
"expire": 2900
}
access_token will be saved in LocalStorage.
Where will refresh_token be saved?
If it is stored in the LocalStorage, then what about security?
The text was updated successfully, but these errors were encountered: