mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
feat(core): support apple sign in (#12424)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user