Introduction
Authentication for the modern web!
👋 Hey there, thanks for taking the time to check us out!
What is Salte Auth?
Salte Auth is an OAuth2 and OpenID Connect compliant library.
Its purpose is to allow developers to quickly and easily log in their users while at the same time being generic enough to support any number of Providers.
We'll quickly walk through what Salte Auth does first:
Allows you to log in (and out for OpenID Connect) to a variety of Providers.
Enables you to automatically secure routes in your application or your entire application.
Enables you to automatically enhance api requests with your authentication token.
Finally what Salte Auth doesn't do:
Create or store user credentials (We aren't a Provider and we're proud of it! ✊)
Last updated