Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
chore: update quickstart section
Browse files Browse the repository at this point in the history
  • Loading branch information
ElasticBottle committed Dec 12, 2023
1 parent c94aa01 commit 5863057
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ title: Custom Auth Server

import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
import Tabs from "@theme/Tabs";

# Create a custom JWT auth server

Expand All @@ -16,9 +17,7 @@ This guide will show you how to create your own Auth Server that is compatible w
This guide is simplified for demonstration purposes and is not ready for production use. When modifying it for production, secure your endpoints and avoid hard-coding secrets or sensitive information. We recommend using environment variables and secret managers.
:::

### 5 min whirlwind tour

### **Integrate Embedded Wallets**
## 5 minute quickstart

1. Navigate to Wallets > [Embedded Wallets](https://thirdweb.com/dashboard/wallets/embedded) in the thirdweb dashboard.
2. Create a thirdweb API key if you don't have one or select an existing key to use for this project. [Learn more about API keys.](https://portal.thirdweb.com/api-keys)
Expand Down

0 comments on commit 5863057

Please sign in to comment.