NASA-IMPACT / HLS-Transfer-Catalog

Data Catalog to manage HLS S2 transfers from ESA to NASA
Apache License 2.0
2 stars 1 forks source link

Authentication discussion #5

Open NISH1001 opened 2 years ago

NISH1001 commented 2 years ago

As of now, we're doing a simple jwt-based authentication -- PR #4. All the endpoints will require tokens to get the access. And the tokens could be genrated with custom login endpoint.

Few things to watch out for:


My thinking is to make jwt-based auth. However, token could be generated per-user from UI.

cc: @ub0005 @smarru