Skip to content

supabase-community/gotrue-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9626a58 · Jan 23, 2023

History

96 Commits
Nov 5, 2022
Nov 5, 2022
Nov 5, 2022
Jan 10, 2023
Jan 23, 2023
Jan 10, 2023
Oct 6, 2022
Nov 5, 2022
Nov 5, 2022
Nov 5, 2022
May 22, 2021
Nov 5, 2022
Nov 5, 2022
Nov 5, 2022
Jun 28, 2022
Jan 10, 2023

Repository files navigation

gotrue-swift

Swift client for the GoTrue API.

Using

The usage should be the same as gotrue-js except:

Oauth2:

  • signIn with OAuth2 provider only return provider url. Users have to launch that url to continue the auth flow.
  • After receiving callback uri from OAuth2 provider, use session(from url: URL) to parse session data.

Check Examples for example usages.

Contributing

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes and merge

License

This repo is licensed under MIT.

Credits