buro9 / microcosm

Front end for Microcosm, a Go web server that serves the static files, templates and performs API calls.
GNU Affero General Public License v3.0
11 stars 3 forks source link

Replace auth0 with an integrated passwordless login #137

Open buro9 opened 1 year ago

buro9 commented 1 year ago

The passwordless lock is no longer really supported by auth0, and this is a dependency for install and running that shouldn't be needed.

MVP:

Stretch:

Note: The only requirement of login is "the user has an email address and can verify ownership/access of that address". We cannot support login that doesn't have an email of some kind... we don't do usernames and passwords and are very firmly not looking to get into that game.