feat(core): support apple sign in (#12424)

This commit is contained in:
liuyi
2025-05-23 15:27:27 +08:00
committed by GitHub
parent a96cd3eb0a
commit 41781902f6
22 changed files with 629 additions and 260 deletions
+7 -1
View File
@@ -315,7 +315,13 @@
},
"providers.oidc": {
"type": "Object",
"desc": "OIDC OAuth provider config"
"desc": "OIDC OAuth provider config",
"link": "https://openid.net/specs/openid-connect-core-1_0.html"
},
"providers.apple": {
"type": "Object",
"desc": "Apple OAuth provider config",
"link": "https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/implementing_sign_in_with_apple_in_your_app"
}
},
"payment": {