Skip to content
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
@Juknum

Description

@Juknum

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

  • J'accepte de suivre le code de conduite de ce projet

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: triageThe issue needs to be sorted in the right projecttype: featureThe issue is a request for new functionality including changes, enhancements, refactors, etc

    Type

    No type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions