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.

Home Page:https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enabling refresh token

messaddek opened this issue · comments

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

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.