1.2.0
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 asExperimental
, import GoTrue usingExperimental
SPI to get access to it.
Example:@_spi import GoTrue
Full Changelog: 1.1.2...1.2.0