This repository has been archived by the owner on Jun 15, 2021. It is now read-only.
Decouple 'accounts' from the registration/login process #391
Labels
enhancement
Something that would be nice to have, and is planned for the future.
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.
The text was updated successfully, but these errors were encountered: