E
E
Emptyform2017-02-09 09:43:45
Angular
Emptyform, 2017-02-09 09:43:45

Angular2: How to remember user on page reload?

There is an application on A2. What is the best way to implement the ability to remember the user so that he does not need to enter a username / password every time the page is reloaded using F5 or just at the next visit?
In ordinary, non-single-page web applications, of course, cookies, sessions ...
In Angular, everything is the same, nothing new?
How to do it correctly in A2?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dasha Tsiklauri, 2017-02-09
@Emptyform

https://jwt.io/

E
Evgeny Erofeev, 2017-02-09
@zhekaus

All the same - in cookies. After all, NG2 is still served by some kind of backend - everything is stored there, in the session.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question