### 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: 1. The API not sharing it's salt key to the end-user system (the Sith 4 for e.g.) 2. 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 - [X] J'accepte de suivre le code de conduite de ce projet
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:
Décrivez la feature que vous souhaiteriez voir
Capture(s) d'écran
No response
Notes
No response
Code de Conduite