jarvis/backend/auth.py

8 lines
276 B
Python
Raw Normal View History

2023-06-22 17:14:13 +00:00
# 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
#