Posts by Dante • 24 points
2 posts
-
1
votes3
answers339
viewsA: JWT and Angular 7 returning Token null value in the application
From what I understand, your problem is getting access to your JWT token in the answer of your login POST call, right? In this case, for it to work the way it expects, the implementation would have…
-
-1
votes3
answers339
viewsA: JWT and Angular 7 returning Token null value in the application
The login function is returning an HTTP request, how is the implementation of this Observable Subscription? To access the response header, you would need to add the 'note: "Response"' property to…