5
Answers

Regarding JWT token based authentication.

Photo of Mandar Shinde

Mandar Shinde

6y
756
1
Dear All,
I just completed my simple login using Angular 5 and ASP .Net MVC using API controller.
I have following two doubt regarding JWT token based Authentication :-
1. Is it good practice to store token in localStorage only.
2. How can I carry some important data using token in throughout the solution.
I read some where that token can encrypt easily so what will be solution to keep data secure in that case.
Thanking You in advance.
 

Answers (5)