-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PB-3257] Migrate authentication and two-factor endpoints. #441
Conversation
It might be better to keep TFA endpoints within the However, I understand the register User logic is currently handled in userUsecases. Just my opinion @sg-gs @evillalba94, take it with a grain of salt |
Quality Gate passedIssues Measures |
Ticket
This changes are required to work with Access Logs
Updates
###Endpoints
Authentication
/auth/login
: Return security details/auth/login/access
: Allow the user access their account/auth/logout
: This will be used to register log [LOGOUT]Two Factor Authentication
/auth/tfa
: Return code and QR/auth/tfa
: Update user 2FA/auth/tfa
: Remove user 2FA