Replies: 1 comment
-
@sean-ahn 저도 같은문제때문에 고민하고 있는데 혹시 임시로 사용할 수 있는 방법이 있을까요? patch 라던지? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The OAuth provider Kakao, widely used in South Korea, offers optional(opt-in) support for OpenID Connect.
To use this feature, I have updated my
AuthOptions
with the following code for theKakaoProvider
:It works well and I am considering contributing to the project to make Kakao provider support OIDC by default.
However, this OIDC feature is not well-known and is not well-documented.
To address this, I propose adding another provider function called
KakaoOIDC
that users can explicitly import when needed like:Before contributing, I would like to ask the code owners about best practices for this case. Please let me know if there are any precedents for this use case. 🙂
Official documentation (in English)
Related discussions
Beta Was this translation helpful? Give feedback.
All reactions