Skip to content
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

Open
porowns opened this issue Mar 2, 2021 · 0 comments
Open

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

porowns opened this issue Mar 2, 2021 · 0 comments
Labels
enhancement Something that would be nice to have, and is planned for the future.

Comments

@porowns
Copy link
Collaborator

porowns commented Mar 2, 2021

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

  • Covers login, register, logout
  • Email activation

user_extensions

  • Covers setting values on the Django User object (username, email, password)
  • Covers UserInfo profiles

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.

@porowns porowns added the enhancement Something that would be nice to have, and is planned for the future. label Mar 2, 2021
@porowns porowns modified the milestone: Winter Release May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Something that would be nice to have, and is planned for the future.
Projects
None yet
Development

No branches or pull requests

1 participant