michaelrsweet / moauth

Basic OAuth2 client/server implementation.
https://www.msweet.org/moauth
Apache License 2.0
19 stars 3 forks source link

Implement email (guest and/or 2FA) authentication #13

Open michaelrsweet opened 5 years ago

michaelrsweet commented 5 years ago

Add support for the following:

Some of these point to managing a list of "accounts" separate from the local user accounts, perhaps with some referencing a local user, i.e., "jane.doe@corp.example.com" is local user "jane" but "bob.knob@public.example.com" has no local user account.