mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
feat(den): add org API key auth and management (#1368)
* feat(den): add org API key auth and management Let org owners and admins manage named API keys while keeping keys scoped to the issuing member and org. Reuse existing org middleware so API-key-backed requests behave like normal user actions across Den routes. * fix(den): polish API key creation flow Avoid duplicating the visible key prefix in the table preview and make key creation an explicit one-time reveal flow. Show the create form only after the user asks for a new key, then replace it with the copyable secret after issuance. * fix(den): simplify API key table UI Remove rate-limit details from the Den web API keys screen and keep the page focused on naming, reveal, and deletion. Leave the generated next-env types file out of the commit. --------- Co-authored-by: src-opn <src-opn@users.noreply.github.com>
This commit is contained in:
BIN
packages/app/pr/screenshots/den-api-keys/api-key-created.png
Normal file
BIN
packages/app/pr/screenshots/den-api-keys/api-key-created.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 173 KiB |
BIN
packages/app/pr/screenshots/den-api-keys/api-key-deleted.png
Normal file
BIN
packages/app/pr/screenshots/den-api-keys/api-key-deleted.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 166 KiB |
BIN
packages/app/pr/screenshots/den-api-keys/api-keys-page.png
Normal file
BIN
packages/app/pr/screenshots/den-api-keys/api-keys-page.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 161 KiB |
Reference in New Issue
Block a user