/ASPNETCore-Auth

This project provides initial configuration to implement Authentication and Authorization for ASP.NET Core 2.2 Web API

Primary LanguageC#

ASPNETCore Authentication and Authorization

A token-based authentication project made in ASP.NET Core 2.2 Web API

How to Install?

  1. Open Project
  2. Run dotnet restore command.
  3. Run dotnet ef database update command.
  4. Done.

Screenshots

  1. Register Register
  2. Login Login
  3. Refresh Token Refresh-Token
  4. Logout Logout