Posts by Daniel Clemente • 1 point
1 post
-
0
votes1
answer150
viewsA: REST/JAVA+ANGULAR2 authentication
I often trigger a service in my backend that receives a user and password. This service validates and returns a JWT token. At the angle, I use the Provider $localStorage to store it. For each…