-
### Environment
```
System:
OS: macOS 14.5
CPU: (10) arm64 Apple M1 Max
Memory: 857.22 MB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.12.0 - /usr/local/bin/node
…
-
To be able to refresh the authToken in my flutterflow-app I need to access the refresh_token in another state than in a cookie. So I've updated class-auth.php to handle both the current cookie-solutio…
-
### Environment
When rotating tokens, new token is not stored and thus not reused, so token is lost. The old token still persists instead and used for all further iterations of current session.
On…
-
# Bug report
## Describe the bug
I'm currently getting `Invalid Refresh Token: Refresh Token Not Found` error in my Next.js middleware
```tsx
const res = NextResponse.next();
const supaba…
-
### Describe the feature
After reading the [docs about testing](https://nuxt.com/docs/getting-started/testing) I am still unsure how to write tests, especially for my server handlers. There is not …
MickL updated
1 month ago
-
First off thanks for this awesome add on! Enjoying it.
Im a developer by trade and just now getting into open source powershell and c# development, so I did some detailed analysis and might have ti…
-
### Checklist
- [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A).
- [X] I have looked into the [Rea…
-
Essential reading:
The immediate goal is support for Bluesky-login in [Rauthy](https://github.com/sebadob/rauthy). In other words we wanna include ‘Login with Bluesky’ as an option here:
Th…
-
Something seems to have created a massive number of Django sessions. The total number of sessions is currently around 4.5 million.
(At first I thought, are expired sessions not getting deleted for s…
-
There are probably quite a few parts in this issue, I totally see those as separate small PRs / issues.
## Context
Currently, `auth` package supports various OAuth2 providers and acts as a OAut…