Back to Practical Aspnetcore

Mixed authentication

projects/authentication/authentication-3/Readme.md

latest163 B
Original Source

Mixed authentication

This sample shows how to combine the usage of cookie based authentication with token bearer authentication (JWT) in the same application.