This repository was archived by the owner on Sep 18, 2024. It is now read-only.
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
[FEATURE] Use a third-party app for authentification #22
Open
Description
Est-ce que votre suggestion est liée à un problème ? Décrivez-le
There is currently now way to safely log-in in the API, the password must be sent in clear text to the API (which is a very important issue).
This is due to:
- The API not sharing it's salt key to the end-user system (the Sith 4 for e.g.)
- Because of that, hashed received password cannot be compared to registered hashed password
Décrivez la feature que vous souhaiteriez voir
- Use a third-party system that would manage user email + password authentification
- That third-party app would return a JWT Token that would be understood by the API
- Allow for third parties app (Google, GitHub...) to be used to login into the API
Capture(s) d'écran
No response
Notes
No response
Code de Conduite
- J'accepte de suivre le code de conduite de ce projet
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo