Skip to content

Releases: supabase-community/gotrue-swift

1.3.0

09 Oct 22:05
e53731e
Compare
Choose a tag to compare

What's Changed

  • Remove @_spi(Experimental) from signInWithIdToken by @GRSouza in #68

Full Changelog: 1.2.1...1.3.0

1.2.1

15 Jul 11:58
4bf132d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

09 Jul 18:33
6c7d119
Compare
Choose a tag to compare

What's Changed

  • Fix client initialization crash by @GRSouza in #59
  • feat: add access_token to OIDC by @GRSouza in #60
  • chore: build ci matrix strategy by @GRSouza in #61
  • chore: Add example for native Sign in with Apple by @GRSouza in #62

signInWithIdToken is now marked as Experimental, import GoTrue using Experimental SPI to get access to it.
Example: @_spi import GoTrue

Full Changelog: 1.1.2...1.2.0

1.1.2

04 Jul 10:59
56b5d61
Compare
Choose a tag to compare

What's Changed

  • Provide default value for 'identity_data' by @GRSouza in #58

Full Changelog: 1.1.1...1.1.2

1.1.1

03 May 05:44
a972c99
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

10 Apr 17:00
e36a47a
Compare
Choose a tag to compare

What's Changed

  • Remove CreateAPI, add Hashable and Identifiable conformances by @GRSouza in #48
  • Add signInWithIdToken method by @GRSouza in #49

Full Changelog: 1.0.0...1.1.0

1.0.0 🎉

23 Jan 09:43
9626a58
Compare
Choose a tag to compare

Full Changelog: 0.1.1...1.0.0

0.1.1

10 Jan 13:53
052fff2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

03 Jan 11:50
54d940e
Compare
Choose a tag to compare

Full Changelog: 0.0.9...0.1.0

0.0.9

06 Oct 13:14
Compare
Choose a tag to compare

What's Changed

  • Fix UserIdentity id decoding by @GRSouza in #35
  • Support provider_refresh_token in session by @GRSouza in #34

Full Changelog: 0.0.8...0.0.9