Getting Started
Last updated
Was this helpful?
Last updated
Was this helpful?
🎉 Huzzah! So you've decided to take the plunge into the wonderful world of Authentication!
This guide will attempt to quickly walk you through how you can utilize Salte Auth for authentication.
A Provider
(Identity Provider) tells Salte Auth who you're going to be authenticating with.
For a list of examples you should check out the page!.
That primarily depends on where your priorities are.
If you're worried about SSO (Single Sign-On) then an OpenID Connect Provider like , , etc. are probably your best bet.
If cost is more of a concern I'd recommend using one of the OAuth2 Providers like , , , etc.
A Handler
tells Salte Auth how you're going to be authenticating.
For a list of examples you should check out the page!.
Checkout our for a collection of examples in a variety of frameworks!