Skip to content

Conversation

@grdsdev
Copy link
Contributor

@grdsdev grdsdev commented Nov 10, 2025

This PR updates the documentation to clarify that signInWithIdToken supports Facebook, Kakao, and Keycloak in addition to Apple and Google.

Changes

  • Updated README.md to clarify which providers are supported by signInWithIdToken
  • Updated signInWithIdToken method docstring to list common supported providers

Context

The client-side provider validation was removed in gotrue v2.14.0 (via #1209), allowing more providers to work with signInWithIdToken. This documentation update clarifies the current state of provider support.

Closes #1259

Clarify that signInWithIdToken supports Facebook, Kakao, and Keycloak
in addition to Apple and Google. Update README and method docstring
to reflect that client-side provider validation was removed in v2.14.0.

Closes #1259
@grdsdev grdsdev force-pushed the docs/update-signinwithidtoken-providers-1259 branch from c088745 to 74a6e00 Compare November 10, 2025 14:48
@grdsdev grdsdev requested a review from a team November 10, 2025 14:49
@coveralls
Copy link

coveralls commented Nov 10, 2025

Pull Request Test Coverage Report for Build 19235605058

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 79.677%

Totals Coverage Status
Change from base Build 18568213555: 0.0%
Covered Lines: 3301
Relevant Lines: 4143

💛 - Coveralls

@grdsdev grdsdev merged commit b10d0c8 into main Nov 12, 2025
15 checks passed
@grdsdev grdsdev deleted the docs/update-signinwithidtoken-providers-1259 branch November 12, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does signInWithIdToken support Facebook or not?

4 participants