0
I have a java Rest api and need to perform an authentication (login/password). I’m basing myself on this java code that uses Jwt: http://www.totalcross.com/blog/seguranca-com-jwt-e-java/
My question is: how to treat this token at the angle and authenticate the user? Every source of study is welcome. From now on, thank you..
https://blog.angular-university.io/angular-jwt-authentication/
– mercador
@merchant Thank you for the reply. I will try to delve deeper into the material, my own doubts are being on how the angular treats this token that is returned..
– gemerich