# 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! ✊)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://salte-auth.gitbook.io/salte-auth/undefined.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
