# User Authorization via Wallets and Socials

Enable3 supports **Telegram** and **Crypto Wallet** login out of the box. You can enable either method in seconds — no code or developer help required.

{% hint style="info" %}
*Authorization via Gmail, Apple, and Facebook is coming soon.*&#x20;
{% endhint %}

#### **Setup**

{% stepper %}
{% step %}
Go to **Basic Setup → User Authorization.**
{% endstep %}

{% step %}
Toggle **on** Telegram and/or Wallet login.
{% endstep %}

{% step %}
That’s it — the login options will automatically appear for your users. :tada:
{% endstep %}
{% endstepper %}

<figure><img src="/files/H8YYDT5rNnKi4pTM4unY" alt=""><figcaption><p>User Authorization tab</p></figcaption></figure>

***

## Wallets

{% hint style="success" %}
**Wallet options supported:**\
\
1\. MetaMask\
2\. Wallet Connect\
3\. Coinbase Wallet\
4\. Trust Wallet\
5\. Rabby Wallet
{% endhint %}

### How it works

{% stepper %}
{% step %}
After the Wallet authorization option has been enabled, the user lands on the welcome screen with “Continue with Wallet” option.

<figure><img src="/files/hLI7yqwXuhdCJIsUMVxl" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Users select the appropriate Wallet to connect

<figure><img src="/files/l0SZ5LyGkAaQ9EK6mElW" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After successfully logging in via a Wallet, they get access to loyalty page

<figure><img src="/files/VhFCaVr9f7cc1oFI5xTU" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## Telegram Authorization

### How it works

{% stepper %}
{% step %}
After the Telegram authorization option has been enabled, the user lands on the welcome screen with **“Continue with Telegram”** option.

<figure><img src="/files/hLI7yqwXuhdCJIsUMVxl" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Users tap "**Log in with Telegram"** to get started

<figure><img src="/files/yOFqYBQDAgmIGKxdaJq1" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Users enter their phone number and confirm via Telegram’s secure login page.

<figure><img src="/files/RgS9bzJFtRNJGYePVbNh" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After logging in via Telegram, they’re successfully redirected to the loyalty page.

<figure><img src="/files/MZJ9UqMIOVrkAEfxKaew" alt="" width="180"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.enable3.io/enable3/getting-started/basic-setup/user-authorization-via-wallets-and-socials.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.
