Skip to content

Commit

Permalink
Merge pull request #776 from supabase-community/kakao-idtoken
Browse files Browse the repository at this point in the history
Add IDToken support for Kakao
  • Loading branch information
jan-tennert authored Nov 11, 2024
2 parents 8640f53 + 9ff4eb3 commit 098b856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ data object Spotify : OAuthProvider() {

}

data object Kakao : OAuthProvider() {
data object Kakao : IDTokenProvider() {

override val name = "kakao"

Expand Down

0 comments on commit 098b856

Please sign in to comment.