TeskaLabs / seacat-auth

SeaCat Auth provides authentication, authorization, identity management, session management and other access control features.
GNU General Public License v3.0
11 stars 7 forks source link

AppleID login #293

Closed byewokko closed 10 months ago

byewokko commented 11 months ago

closes #284 closes #288

Changes

AppleID login

To enable, add the section [seacatauth:appleid] to config and specify the client_id, for example:

[seacatauth:appleid]
client_id=a2c4e6...
filipmelik commented 10 months ago

Looks OK to me.