Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to store refresh_token? #3

Open
usender opened this issue Dec 11, 2018 · 0 comments
Open

Where to store refresh_token? #3

usender opened this issue Dec 11, 2018 · 0 comments

Comments

@usender
Copy link

usender commented Dec 11, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant