NASA-IMPACT / COSMOS

COSMOS is a web application designed to manage collections indexed in NASA's Science Discovery Engine (SDE), facilitating precise content selection and allowing metadata modification before indexing.
https://sde-indexing-helper.nasa-impact.net/
3 stars 1 forks source link

Add MFA to login #1004

Open code-geek opened 2 months ago

code-geek commented 2 months ago

Description

Right now the login is solely based on username and password. If this gets leaked, someone could cause damage in the data. So we want to make sure that our login system is locked down by implementing Multi-factor authentication.

Implementation Considerations

Deliverable

Dependencies

No response