fixed API key details for SSR, added screenshots for create message in provider docs

This commit is contained in:
Vincent (Wen Yu) Ge
2024-02-12 20:49:59 -05:00
parent 2b722c07b6
commit e181f03d0d
12 changed files with 48 additions and 12 deletions

View File

@@ -73,6 +73,7 @@ For this tutorial you'll need an API key with the following scopes:
|-----------|---------------------|---------|
| Accounts | `accounts.read` | Allows API key to read account information. |
| | `accounts.write` | Allows API key to create, update, and delete account information. |
| Sessions | `sessions.write` | Allows API key to create, update, and delete sessions. |
{% only_dark %}
![Server integrations](/images/docs/quick-starts/dark/integrate-server.png)