summaryrefslogtreecommitdiff
path: root/opendc-web/opendc-web-api/opendc/util/auth.py
AgeCommit message (Collapse)Author
2021-05-17api: Migrate to Auth0 for API authorizationFabian Mastenbroek
This change updates the OpenDC API to use Auth0 for API authorization. This removes the hard dependency on Google for logging into OpenDC and simplifies implementation as we do not have to store user information anymore, other than the user identifier.