Integrate JWT library #6
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
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.
The text was updated successfully, but these errors were encountered: