You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been using Django's user models for signups and accounts, but as part of moving to HHS infra, we will need to have better user security (2fa and stuff).
If we use login.gov, it already has that stuff, so it will make our job a lot easier. Plus it just makes sense -- we don't want people to have different accounts they have to log into all the time.
So this story is about migrating to login.gov for user account management.
Note that we don't really care about preserving existing accounts. We can just delete them all and recreate them.
The text was updated successfully, but these errors were encountered:
pcraig3
added
the
Dev
This is a dev priority ticket, not strictly user-facing.
label
Dec 6, 2024
We have been using Django's user models for signups and accounts, but as part of moving to HHS infra, we will need to have better user security (2fa and stuff).
If we use login.gov, it already has that stuff, so it will make our job a lot easier. Plus it just makes sense -- we don't want people to have different accounts they have to log into all the time.
So this story is about migrating to login.gov for user account management.
Note that we don't really care about preserving existing accounts. We can just delete them all and recreate them.
The text was updated successfully, but these errors were encountered: