jarvis/backend/auth.py
2023-06-22 13:14:13 -04:00

8 lines
276 B
Python

# TODO: Handle all authentication stuff for verifying client is who we think it is in here.
# Example: https://github.com/miguelgrinberg/REST-auth
# User/Pass for initial token and refresh token generation, this should
# OAuth2 style authentication
# Flask-RESTFul with
#