stack/apps/backend/src
Madison 133de58998
Docs api keys (#644)
Init API Keys docs updates.
<!-- ELLIPSIS_HIDDEN -->

----

> [!IMPORTANT]
> Add documentation and API handlers for creating and managing user and
team API keys.
> 
>   - **API Handlers**:
> - Updated `createApiKeyHandlers` in `handlers.tsx` to include metadata
for API key creation and validation.
> - `create` and `check` handlers now have descriptions, summaries, and
tags for API keys.
>   - **Documentation**:
> - Added `api-keys.mdx` to explain API key creation, management, and
usage for users and teams.
> - Updated `docs-template.yml` to include API Keys in the navigation.
> - Added `sdk/types/api-key.mdx` for detailed API key type definitions
and usage.
> - Updated `sdk/types/team.mdx` and `sdk/types/user.mdx` to include API
key functions for teams and users.
> 
> <sup>This description was created by </sup>[<img alt="Ellipsis"
src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=stack-auth%2Fstack-auth&utm_source=github&utm_medium=referral)<sup>
for 369b06e7a4. You can
[customize](https://app.ellipsis.dev/stack-auth/settings/summaries) this
summary. It will automatically update as commits are pushed.</sup>

<!-- ELLIPSIS_HIDDEN -->

---------

Co-authored-by: Konsti Wohlwend <n2d4xc@gmail.com>
2025-05-07 01:39:23 +02:00
..
app Docs api keys (#644) 2025-05-07 01:39:23 +02:00
lib Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
oauth Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
route-handlers Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
utils add opentelemetry log function and telemetry for primary_email_auth_enabled usage (#523) 2025-03-10 08:46:36 -07:00
analytics.tsx Fix event capture 2024-08-14 12:49:35 -07:00
globals.d.ts Split backend and dashboard (#83) 2024-06-18 15:49:31 +02:00
instrumentation.ts Attempt CI fix 2025-03-12 16:50:55 -07:00
middleware.tsx Endpoints branching (#659) 2025-04-30 15:39:47 -07:00
polyfills.tsx Fix unhandled promise rejections in rawQuery 2025-04-11 09:59:45 -07:00
prisma-client.tsx Config DB migration step 2 (#629) 2025-04-29 14:52:45 -07:00
smart-router.tsx Move /api/v1 to /api/latest 2025-02-05 17:24:43 -08:00