Blazor and JWT Refresh Tokens
Coding Tutorials Coding Tutorials
14.4K subscribers
4,118 views
128

 Published On Sep 15, 2023

We've seen how refresh tokens work on the server, but how do we send them from the browser?

Source code available at: https://github.com/JasperKent/Blazor-...
Server code available at: https://github.com/JasperKent/WebApi-...

Topics include:
- Storing the refresh token
- Revoking the refresh token on logout
- Refreshing the JSON Web Token with the refresh token
- Resending the request with a new JWT

show more

Share/Embed