🍎 feat: Apple auth (#5473)

* implemented Apple Auth login.

Closes: #3438

TODO:
- write config Doc

* removed some comments

* removed comment

* Add unit tests for Apple login strategy

Introduce comprehensive tests for the Apple login strategy, covering new user creation, existing user updates, and error handling scenarios during the authentication flow. Mocks implemented for external dependencies to ensure isolated testing.

* Remove unnecessary blank line in socialLogins.js
This commit is contained in:
Ruben Talstra 2025-01-31 15:49:09 +01:00 committed by GitHub
parent 1c459ed3af
commit e1a6268904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 545 additions and 13 deletions

View file

@ -69,7 +69,7 @@ interface:
# Example Registration Object Structure (optional)
registration:
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook']
socialLogins: ['github', 'google', 'discord', 'openid', 'facebook', 'apple']
# allowedDomains:
# - "gmail.com"