-
### Environment
------------------------------
- Operating System: Windows_NT
- Node Version: v18.16.0
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Pa…
-
# Bug report
## Describe the bug
I have a SvelteKit app that uses the latest ```await supabase.auth.exchangeCodeForSession(code);``` auth logic with Azure as the provider and everything works fi…
-
### Describe the bug
500
Internal Error
### Reproduction
1. Create a `src/routes/+page.server.ts` file with this content
```ts
import type { PageServerLoad } from './$types';
export c…
-
I saw the `"offline_access"` scope being used for the OAuth0 provider but no reference to refresh tokens in the codebase. Are refresh tokens implemented/utilized? Or is the session from the OAuth2 pro…
-
CONTEXT:
* Plasmic-supabase component "SupabaseProvider" (and others) are known as [data-fetching code components](https://docs.plasmic.app/learn/data-code-components/) in Plasmic
* On the default […
-
### Before opening, please confirm:
- [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md).
- [X] I have [searche…
-
Cookies are included in the Express routing when the fetch code runs on the browser, but when run during SSR with Next, the cookies are not available. I'd expect them to be.
Adding `credentials: 's…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v18.15.0`
- Nuxt Version: `3.11.2`
- CLI Version: `3.11.1`
- Nitro Version: `2.9.6`
- Package Manager: `npm@9.5.0`
…
-
Hello! I have existing app react/apollo-graphql/next
I need to ensure login/logout functionality.
My server is on python/django/graphene stack.
I have mutations to login, and refresh the JWT …
-
# Bug report
- [X] I confirm this is a bug with Supabase, not with my own application.
- [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://gith…