aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

Enabling refresh token #22

Open messaddek opened 3 years ago

messaddek commented 3 years ago

Hello, First, thank you for this repository and the great effort you made to make this work.

I am trying to implement refresh-token flow and I can't achieve this. Could you please help me with this?

Regards.

Mohammed

Shady6 commented 3 years ago

Hello have you tried Mukesh's blog post about this topic? https://codewithmukesh.com/blog/refresh-tokens-in-aspnet-core/ I think you should be able to implement it following his tutorial.