Authentication
Simple OAuth authentication for your app, using 3rd party providers like Google, Facebook, Twitter, GitHub, and more.
Sign-up
Have an invite code?
auth.type: "unauthenticated"
On their first visit, users can enter an invite code to create an account
Select a provider
auth.type: "creating-account"
With the code, users then select a provider to authenticate with (Google, GitHub, Twitch, etc.)
Authenticate
Users are redirected to the provider's site to authenticate
Sign-in
Already have an account?
auth.type: "unauthenticated"
Users can simply click on a provider they have used to sign-in before
Authenticate
Users are redirected to the provider's site to authenticate
Connect accounts
Already signed in?
auth.type: "signed-in"
Users can click on additional providers to link them to their account
Authenticate
Users are redirected to the provider's site to authenticate