KryptedGaming / krypted

Community management platform by Krypted Gaming.
https://auth.kryptedgaming.com/
MIT License
8 stars 8 forks source link

Decouple 'accounts' from the registration/login process #391

Open porowns opened 3 years ago

porowns commented 3 years ago

In order to enable other authentication methods like SSO logins from Discord, we need to decouple the user CRUD process from the login/logout/register process.

auth_extensions

user_extensions

This way, we can swap out auth_extensions for something like discord SSO, and users will be able to set up their profile and information without being dependent on some arbitrary auth process.