Skip to content

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnifiedApp

.NET

This example illustrates how to establish JWT token-based authentication in an ASP.NET Core Identity project using ASP.NET Core 8.

Endpoints

  • Register: Create new user accounts.
  • Login: Log in and receive a JWT token.
  • Refresh Token: Renew tokens without re-login.
  • Profile: Access user-specific information. Endpoints

Screens

  • Home: Endpoints
  • Register: Endpoints
  • Login: Endpoints
  • Unit Test: Endpoints

Database Migrations

To add migrations, use the following command:

dotnet ef migrations add Initial --project src/data --startup-project src/api

To add Update Database, use the following command:

dotnet ef database update --project src/data --startup-project src/api

Support

If you are having problems, please let me know by raising a new issue.

License

This project is licensed with the MIT license.

About

UnifiedApp: Token Base Authentication Template ASP.NET, React, Ant Design, Redux.

Topics

Resources

Stars

63 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages