# Auth Methods

## Social Login

Social login is the basic login method using the basic OAuth 2.0. Various providers like Google, Facebook, Github, etc. are supported.

<figure><img src="/files/WkScXBjwjD2ix750XK2Q" alt="" width="249"><figcaption><p><strong>Figure 1.</strong> The example of Sign-In Screen.</p></figcaption></figure>

## PassKey *(Coming Soon)*

The app can allow the user to re-login with PassKey. Once the PassKey is created after the user signs up with the other log-in method, the user can log in with PassKey in one click. On iOS and Android, the PassKey is synchronized through their cloud account.

## Password Login *(Coming Soon)*

The app can also use ID/email and password to sign in. Hyphen provides essential features like finding the ID/password and changing the password.

## Custom Login Methods *(Coming Soon)*

The app can even implement the login method on their own. In this case, the app should enable the custom login method feature first on the dashboard and needs to authenticate the user using their own method (e.g. SAML), and call the Sign-In / Sign-Up REST API.


---

# 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://docs.hyphen.at/concepts/auth-methods.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.
