-
Notifications
You must be signed in to change notification settings - Fork 1
[FEATURE] Two-factor Authentication #21
Copy link
Copy link
Closed
Labels
backendrequires changes in the backend of CARErequires changes in the backend of CAREfrontendrequires changes in the frontend of CARErequires changes in the frontend of CAREshould havemarks important issuesmarks important issues
Description
Is your feature request related to a problem? Please describe
To increase security, we should add two factor authentication.
Describe the solution you'd like
Add basic two factor authentication (send mail with token to login).
Describe alternatives you've considered
none
Additional context
Refer to the following resources:
- https://www.passportjs.org/packages/passport-orcid/
- https://www.passportjs.org/packages/passport-ldapauth/
- https://www.passportjs.org/packages/passport-local-token/ (for mail, maybe)
- For totp, there are two packages: https://www.passportjs.org/packages/passport-2fa-totp/ & https://www.passportjs.org/packages/passport-totp/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
backendrequires changes in the backend of CARErequires changes in the backend of CAREfrontendrequires changes in the frontend of CARErequires changes in the frontend of CAREshould havemarks important issuesmarks important issues