Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user accounts and secure endpoints with JWT #23

Open
3 tasks
simonevetere opened this issue Oct 22, 2022 · 0 comments
Open
3 tasks

Add user accounts and secure endpoints with JWT #23

simonevetere opened this issue Oct 22, 2022 · 0 comments
Assignees

Comments

@simonevetere
Copy link

simonevetere commented Oct 22, 2022

  • adding user accounts, a frontend to make new accounts
  • saving transcripts with userids
  • JWT to secure endpoints
    JWT token : we need to expose a login http://127.0.0.1:5000/login to which username and password will be passed (eg {"user": "simonexyz", "password": "my_password"}, all this must already be encrypted according to a predefined client / server key), if the user exists in the database, the token must be returned to the user, with which he can encrypt and send the message, a session must have a maximum duration beyond which it will expire and must be generated another token and renewed the login according to the first step, it will also be more useful to organize a gateway that all the bees will point and verify the authentication, from there it will then be sorted into the various services.
    example of autentication -> https://www.youtube.com/watch?v=LKveAwao9HA
@CaydenPierce CaydenPierce changed the title TO DO simone vetere Add user accounts and secure endpoints with JWT Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant