-
Zudoku does not call the logout endpoint on Auth0. So the session on Auth0 will stay active.
-
### Before opening, please confirm:
- [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-js/issues?q=is%3Aissue+) and [discussions](https://github.com/aws…
-
I have deployed twenty using containers (but not using docker-compose). Here's an error I am getting once in a while:
```
Unexpected Application Error!
Scope id is not provided and cannot be foun…
-
const {logout, user} = useSanctumAuth();
const signout = async () => {
await logout();
current_branch_name.value = null;
current_branch_number.value = null;
current_branch_role.value = …
-
Objective:
Add Google OAuth login and logout functionality to the frontend.
Task:
- Implement Google OAuth login button and flow.
- Store and manage the user's session (JWT or …
-
### 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…
-
When using OIDC providers such as Keycloak, there is a need to include the `id_token_hint` query parameter of the logout URL. Some discussion on this behavior is [available here](https://keycloak.di…
-
@ibixler and I have both noticed it; could be related to [this issue](https://github.com/supabase/auth-helpers/issues/443).
-
## 🚨 Before You Post
**Search first**: Please check if an issue already exists before creating a new one. Upvote or comment on similar issues to help us prioritize.
## 🐛 Bug Report
- **Descri…
-
Hello again,
Another.. tricky to explain question but I hope I will get the message across..
Say there is a button that does something like this
```python
@solara.component
def SomePage(…