Cemal Kılıç
Cemal Kılıç
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Docs update to list the allowed characters for password security
## Description This pull request updates the environment variables for the indexer and processor containers' exposed ports in the sovereign environment. The internal ports for these containers are now always...
rewriting `/.well-known/oauth-protected-resource/functions/v1/` -> `/functions/v1//.well-known/oauth-protected-resource` just for poc for now
## Summary Adds a Supabase Auth identifier (`sb`) to URL fragments in all OAuth redirect responses to help clients distinguish Supabase Auth redirects from third-party OAuth flows. ## Problem auth-js...
## Problem I noticed we were making redundant HTTP calls to OIDC discovery endpoints (`.well-known/openid-configuration`) on **every single OAuth/OIDC request**: - Every `/authorize` request -> HTTP call to provider's discovery...
## Summary This PR adds support for using Supabase Auth as an OAuth 2.1 provider with full PKCE support, enabling Supabase Auth instances to federate authentication to other Supabase Auth...