auth0-aspnetcore-authentication icon indicating copy to clipboard operation
auth0-aspnetcore-authentication copied to clipboard

SDK for integrating Auth0 in ASPNET Core

Results 2 auth0-aspnetcore-authentication issues
Sort by recently updated
recently updated
newest added

### 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...

bug

### 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...