auth0-aspnetcore-authentication
auth0-aspnetcore-authentication copied to clipboard
SDK for integrating Auth0 in ASPNET Core
### Checklist - [X] The issue can be reproduced in the [auth0-aspnetcore-authentication sample app](https://github.com/auth0-samples/auth0-aspnetcore-mvc-samples/tree/master/Quickstart/Sample) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/auth0-aspnetcore-authentication#readme) and the [Examples](https://github.com/auth0/auth0-aspnetcore-authentication/blob/main/EXAMPLES.md), and have not...
### Description The current SDK defaults the SetTokens property to true, which stores the ID, access, and refresh tokens in the Authentication cookie. This behaviour is the opposite of how...