-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ID Token login provider #221
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: TheRealJan <[email protected]>
jan-tennert
added a commit
that referenced
this pull request
Jul 25, 2023
* Add support for nodejs Signed-off-by: TheRealJan <[email protected]> * Fix GoTrue & Storage Signed-off-by: TheRealJan <[email protected]> * Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.7 Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.7. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.krypto:krypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Add tvos & watchos targets Signed-off-by: TheRealJan <[email protected]> * Fix GoTrue Signed-off-by: TheRealJan <[email protected]> * Add watchos & tvos tests Signed-off-by: TheRealJan <[email protected]> * Remove watchosX64 Signed-off-by: TheRealJan <[email protected]> * Update Kotlin to 1.9.0 (#214) * Update kotlin to 1.9.0-RC Signed-off-by: TheRealJan <[email protected]> * Fix tests Signed-off-by: TheRealJan <[email protected]> * Add yarn.lock to caches Signed-off-by: TheRealJan <[email protected]> * Update yarn.lock * Remove change regarding caching Signed-off-by: TheRealJan <[email protected]> * Update kotlin Signed-off-by: TheRealJan <[email protected]> --------- Signed-off-by: TheRealJan <[email protected]> * Update version Signed-off-by: TheRealJan <[email protected]> * Remove deprecated methods Signed-off-by: TheRealJan <[email protected]> * Add kakao OAuthProvider Signed-off-by: TheRealJan <[email protected]> * Add Figma OAuthProvider Signed-off-by: TheRealJan <[email protected]> * Use gradle configuration cache Signed-off-by: TheRealJan <[email protected]> * Add configuration cache to github cache Signed-off-by: TheRealJan <[email protected]> * Add logout scope option (#220) * Add logout scope parameter Signed-off-by: TheRealJan <[email protected]> * Delete code verifier on logout Signed-off-by: TheRealJan <[email protected]> * Fix tests Signed-off-by: TheRealJan <[email protected]> --------- Signed-off-by: TheRealJan <[email protected]> * Change IDToken properties (#221) Signed-off-by: TheRealJan <[email protected]> * Update gradle.properties * Remove configuration cache for now Signed-off-by: TheRealJan <[email protected]> * Update gradle.properties * Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.8 (#224) Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.8. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.krypto:krypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Tennert <[email protected]> * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#225) Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add supabase key as fallback for Realtime Signed-off-by: TheRealJan <[email protected]> * Update README with new platform support details The README file has been updated to include recent additions to the platform support. NodeJS has been included in the JS module, and tvOS and watchOS have been added to the list of modules. This provides a clear and updated overview of platform compatibility for users. Signed-off-by: TheRealJan <[email protected]> * Update support status in README Signed-off-by: TheRealJan <[email protected]> * Update support status in README Signed-off-by: TheRealJan <[email protected]> * Update version Signed-off-by: TheRealJan <[email protected]> * Enable parallel build Signed-off-by: TheRealJan <[email protected]> * Update build files Signed-off-by: TheRealJan <[email protected]> * Update GraphQL Signed-off-by: TheRealJan <[email protected]> * Improve GraphQL code Signed-off-by: TheRealJan <[email protected]> * Use atomic value instead of a map for Memory based caches storing only one value Signed-off-by: TheRealJan <[email protected]> * Fix tests Signed-off-by: TheRealJan <[email protected]> * Fix yarn lock Signed-off-by: TheRealJan <[email protected]> * Fix Columns#type function Signed-off-by: TheRealJan <[email protected]> * Update yarn lock Signed-off-by: TheRealJan <[email protected]> * Update Columns.kt * Allow overriding the whole request in a EdgeFunction Signed-off-by: TheRealJan <[email protected]> * Update version Signed-off-by: TheRealJan <[email protected]> * Update gradle.properties * Update gradle.properties * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#231) Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump com.soywiz.korlibs.krypto:krypto from 4.0.6 to 4.0.9 (#230) Bumps [com.soywiz.korlibs.krypto:krypto](https://github.com/korlibs/korge-next) from 4.0.6 to 4.0.9. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.krypto:krypto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jan Tennert <[email protected]> * Bump com.vanniktech.maven.publish from 0.25.2 to 0.25.3 (#237) Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.2 to 0.25.3. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](vanniktech/gradle-maven-publish-plugin@0.25.2...0.25.3) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: TheRealJan <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Feature
What is the current behavior?
You can login using a IDToken when specifying a client id. Only Google and Apple are supported.
What is the new behavior?
Specifying an ID Token is no longer required. Facebook and Azure are also supported.
Additional context
See supabase/auth-js#690