8 lines
276 B
Python
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
|
|
# |