mmacneil / AngularASPNETCore2WebApiAuth

Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration with .NET Core Identity membership and facebook login scenarios.
https://fullstackmark.com/post/13/jwt-authentication-with-aspnet-core-2-web-api-angular-5-net-core-identity-and-facebook-login
MIT License
470 stars 239 forks source link

how to refresh token after user use app mobile #3

Closed MansoorJafari closed 5 years ago

MansoorJafari commented 6 years ago

Hi I want create an app for use api my site all api have authorize attribute how to refresh token in mobile?

thanks

mmacneil commented 5 years ago

Hi @MansoorJafari - likely too late for you but I just posted an updated tutorial and repository on JWT authentication with refresh tokens in ASP.NET Core Web API.

https://fullstackmark.com/post/19/jwt-authentication-flow-with-refresh-tokens-in-aspnet-core-web-api https://github.com/mmacneil/AspNetCoreApiStarter