> For the complete documentation index, see [llms.txt](https://salte-auth.gitbook.io/salte-auth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salte-auth.gitbook.io/salte-auth/undefined.md).

# 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](/salte-auth/usage/getting-started.md#what-is-a-provider).

**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](/salte-auth/usage/getting-started.md#what-is-a-provider).
* Enables you to [automatically secure routes](/salte-auth/usage/getting-started.md#link-to-secure-routes) in your application or your entire application.
* Enables you to [automatically enhance api requests](/salte-auth/usage/getting-started.md#link-to-secure-endpoints) with your authentication token.

**Finally what Salte Auth doesn't do:**

* Create or store user credentials (We aren't a [Provider](/salte-auth/usage/getting-started.md#what-is-a-provider) and we're proud of it! ✊)
