~mna/webparts-auth0

Implementation of HTTP handlers and middleware for user authentication and account management based on auth0.
attempt to figure out auth
example: make auth work

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~mna/webparts-auth0
read/write
git@git.sr.ht:~mna/webparts-auth0

You can also use your local clone with git send-email.

#webparts-auth0

GoDoc

This repository provides an implementation of HTTP handlers for user authentication and account management based on auth0.

#idea

Provide handlers for typical authentication scenarios (login, logout, 2FA, password reset, email verification, etc.) as well as middleware for others (authorization based on authentication, role, 2FA upgrade, etc.).

#see also