-
Notifications
You must be signed in to change notification settings - Fork 480
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Saw this new method in the documentation: https://supabase.com/docs/guides/auth/auth-identity-linking?queryGroups=language&language=js#link-identity-with-native-oauth-id-token
The docs seem to suggest it's usable in JS, but presumably it means not in this lib since I don't see any references to it
Suggested solution
If possible, would be great to support this flow in the js lib as well (we run supabase-js in our expo mobile app and have native libs handle the social sign ins).
If not the docs are somewhat confusing to suggest that it's supported.
Alternative
No response
Additional context
PRs adding this function to swift / flutter:
- feat(auth): implement linkIdentity with OIDC supabase-swift#776
- docs(swift): add documentation for new Swift SDK features supabase#39133
- feat(gotrue): Implement
linkIdentityWithIdToken
method supabase-flutter#1206 - docs: add Flutter documentation for maxAffected and linkIdentityWithIdToken supabase#39132
tagging the original author @grdsdev
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request