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

Integrate JWT library #6

Open
pattyjogal opened this issue Jun 16, 2020 · 0 comments
Open

Integrate JWT library #6

pattyjogal opened this issue Jun 16, 2020 · 0 comments
Labels
high priority An issue that is core to the system and blocks other issues. Must be taken care of first. task Miscellaneous task to complete

Comments

@pattyjogal
Copy link
Contributor

This Flask extension should do the trick, though it might need some modification for socket endpoints.

The gist is every time the user authenticates, they get one of these JWTs. Then, on subsequent requests that require user authentication, they can supply this token either in a header in the case of HTTP, or a JSON field in the case of a socket endpoint.

The deliverable for this is just getting the library hooked into the project, and creating the jwt object.

@pattyjogal pattyjogal added task Miscellaneous task to complete high priority An issue that is core to the system and blocks other issues. Must be taken care of first. labels Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
high priority An issue that is core to the system and blocks other issues. Must be taken care of first. task Miscellaneous task to complete
Projects
None yet
Development

No branches or pull requests

1 participant