KenEucker / biketag-vue

A vue app for the game of BikeTag played worldwide at biketag.org including the published biketag-vue component library
https://biketag.org
GNU Affero General Public License v3.0
22 stars 13 forks source link

Consider putting the Authentication into this library #233

Open KenEucker opened 8 months ago

KenEucker commented 8 months ago

Currently, Auth0 is decoupled from the BikeTagPlugin. Since this will always be used in vue applications, we could ship our won Auth0 boot/wrapper with the plugin.

Step 2: there is an Auth0 alternative worth looking into. It's free! (Community version) with self hosting!
https://fusionauth.io/blog/migrate-from-auth0

Could be good to plan a migration away from a paid service. Okta bought Auth0 so we have no idea what the future looks like with that dependency.