https://github.com/kardelruveyda/authentication-handler-netcore
Authentication is the process of determining a user's identity. Authorization is the process of determining whether a user has access to a resource. In ASP.NET Core, authentication is handled by the authentication service, IAuthenticationService, which is used by authentication middleware.
https://github.com/kardelruveyda/authentication-handler-netcore
authentication csharp dotnet dotnet-core jwt jwt-authentication swagger
Last synced: 3 months ago
JSON representation
Authentication is the process of determining a user's identity. Authorization is the process of determining whether a user has access to a resource. In ASP.NET Core, authentication is handled by the authentication service, IAuthenticationService, which is used by authentication middleware.
- Host: GitHub
- URL: https://github.com/kardelruveyda/authentication-handler-netcore
- Owner: KardelRuveyda
- Created: 2022-06-16T16:29:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-16T17:20:31.000Z (about 4 years ago)
- Last Synced: 2025-03-05T22:36:49.599Z (over 1 year ago)
- Topics: authentication, csharp, dotnet, dotnet-core, jwt, jwt-authentication, swagger
- Language: C#
- Homepage:
- Size: 1.73 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# authentication-handler-netcore
Used Technologies
- .NET 6.0
- C#
Used Nuget Packages
- Microsoft.AspNetCore.Authentication (2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (6.0.6)
- Microsoft.IdentityModel.Tokens (6.19.0)
- Swashbuckle.AspNetCore (6.2.3)
- System.IdentityModel.Tokens.Jwt (6.19.0)
The project has Swagger UI. You can check and test.
Have a fun !