projects/authentication/readme.md
This sample shows the usage of the simplified authentication and authorization via builder.AddAuthentication().AddJwtBearer();.
This sample shows the usage of the simplified authentication and authorization via builder.AddAuthentication().AddCookie();.
This sample shows how to use both JWT and Cookie authentications in the same application.
Authentication - simplified JWT bearer token authentication
This sample shows the usage of the simplified authentication and authorization using webapi template via builder.AddAuthentication().AddJwtBearer();. Uses .NET 10 built-in OpenAPI.
This sample shows the usage of authentication using Identity API using webapi template via builder.ServicesAddIdentityApiEndpoints<>().AddEntityFrameworkStores<>();. Uses .NET 10 built-in OpenAPI.
dotnet8