Skip to content

supabase-community/gotrue-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f2c61d · Nov 20, 2023
Jul 7, 2023
Nov 5, 2022
Oct 9, 2023
Jan 10, 2023
Oct 9, 2023
Oct 9, 2023
Jul 7, 2023
Mar 22, 2023
Apr 10, 2023
May 22, 2021
Jul 7, 2023
Nov 5, 2022
Jul 4, 2023
Nov 20, 2023

Repository files navigation

gotrue-swift

Warning

This repository is deprecated and it was moved to the monorepo. Repository will remain live to support old versions of the library, but any new updates MUST be done on the monorepo.

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.

Running Examples

For running the examples project you'll have to provide your own Supabase project.

$ cp Examples/Shared/Sources/_Secrets.swift Examples/Shared/Sources/Secrets.swift
$ Examples/Shared/Sources/Secrets.swift # Or use you favorite editor

Replace {PROJECT_ID} and {ANON_KEY} with real values for your project on the Supabase portal.

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