Changes
Core
- Update Kotlin to 1.9.0
- Add watchOS Kotlin targets:
watchosArm64,watchosX64,watchosSimulatorArm64 - Add tvOS Kotlin targets:
tvosArm64,tvosX64,tvosSimulatorArm64 - Add support for NodeJS in Kotlin/JS
GoTrue
- Add Figma OAuthProvider
- Add Kakao OAuthProvider
- Add Fazebook IDTokenProvider
- Make Azure an IDTokenProvider
- Add logout scope option #220
- Update IDToken Provider config properties #221
- Use atomic value for
MemorySessionManagerandMemoryCodeVerifierCacheinstead of AtomicMap.
Functions
- Allow overriding the request when calling
EdgeFunction#invokeinstead of just the headers.
Postgrest
- Fix
Columns.typenot working correctly
GraphQL
- Add the supabase key as a fallback for authentication.
- Add functionality for
GraphQL.Config#jwtToken