MoralCode / ClassClockAPI

The ClassClock API for storing and accessing schedule data
https://api.classclock.app
GNU Affero General Public License v3.0
0 stars 0 forks source link

Support other kinds of authentication besides Auth0 #21

Open MoralCode opened 1 year ago

MoralCode commented 1 year ago

it seems as though this ClassClock API may be useful on its own, independent of the client app as a way for applications to have their own generic (non-individualized) way to store school bell schedule data that provides a bonus in terms of interoperability with other apps that are based on a ClassClock-formatted API

Since Auth0 is already fairly standards-based, it shouldn't be too crazy to try and abstract it and allow for other auth providers, such as google (see this tutorial).

This would likely require: