Where to store Access Token after Web API Authentication?
Kevin Azure
141
Reputation points
I am having 2 application components:
- Web API protected with JWT
- WEB APPLICATION WEB APPLICATION authenticates user with login page (username, password) to the WEB API and gets the Access-token & Refresh-token.
Where do I store the Access-token?
[so that everytime WEB APPLICATION user will send this access token, I can transfer same to WEB API]
Cookie?
Please advice.
Developer technologies ASP.NET Other
3,597 questions
Sign in to answer