gotrue-swift
gotrue-swift copied to clipboard
A Swift client library for GoTrue.
# Bug report ## Describe the bug When calling `try await client.auth.session`, it often throws `GoTrue.GoTrueError.APIError(message: nil, msg: nil, code: nil, error: Optional("invalid_grant"), errorDescription: Optional("Invalid Refresh Token: Refresh Token Not...
## What kind of change does this PR introduce? Removed apple as a Provider from `getOAuthSignInURL` method as well as the experimental label on `signInWithIdToken` ## What is the current...
## What kind of change does this PR introduce? Add more examples use cases
# Bug report I have created a JWT token and when I use it in `supabase client` with the session it throws an error. I tracked down the issue and...
the sample code to use apple login with supabase mentions requiring adding the package dependency supabase - but it doesn't mention gotrue. I add this (have normally always used cocoapods...