12 lines
504 B
Python
12 lines
504 B
Python
# TODO: Handle all authentication stuff for verifying client is who we think it is in here.
|
|
|
|
"""
|
|
Reading material for this:
|
|
|
|
https://auth0.com/blog/using-m2m-authorization/
|
|
https://git.imsam.ca/sam/ThermalTodos/src/branch/main/application/main.py (FastAPI + Auth0)
|
|
(previous link is based on this) https://auth0.com/blog/build-and-secure-fastapi-server-with-auth0/
|
|
|
|
THIS IS GOING TO BE AN ABSOLUTE PAIN TO WORK ON, I SPENT LITERALLY ABOUT 8 HOURS JUST ON THERMALTODOS AUTH
|
|
I HOPE THIS ISNT AS PAINFUL
|
|
""" |