✨ Login with Apple
This commit is contained in:
@ -87,15 +87,13 @@
|
||||
"Oidc": {
|
||||
"Google": {
|
||||
"ClientId": "YOUR_GOOGLE_CLIENT_ID",
|
||||
"ClientSecret": "YOUR_GOOGLE_CLIENT_SECRET",
|
||||
"RedirectUri": "https://your-app.com/auth/callback/google"
|
||||
"ClientSecret": "YOUR_GOOGLE_CLIENT_SECRET"
|
||||
},
|
||||
"Apple": {
|
||||
"ClientId": "YOUR_APPLE_CLIENT_ID",
|
||||
"TeamId": "YOUR_APPLE_TEAM_ID",
|
||||
"KeyId": "YOUR_APPLE_KEY_ID",
|
||||
"PrivateKeyPath": "./apple_auth_key.p8",
|
||||
"RedirectUri": "https://your-app.com/auth/callback/apple"
|
||||
"ClientId": "dev.solsynth.solian",
|
||||
"TeamId": "W7HPZ53V6B",
|
||||
"KeyId": "B668YP4KBG",
|
||||
"PrivateKeyPath": "./Keys/Solarpass.p8"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user