Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions overview/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ icon: "pen"
public: true
---

<Update label="April 01, 2026" description="apps-0.2.95">

**Features**
- Added an account discovery API endpoint that lets authenticated users list their accounts, including account and app details
- Added deep-link support for the customer dashboard, allowing direct navigation to specific sections like domains, users, billing, connections, security, and integration settings
- Deep-link targets are now preserved through the full sign-in and account creation flow, so you land on the right page automatically

**Improvements**
- Improved URL validation to prevent redirect-based attacks when using deep links
- Resolved several known security vulnerabilities in underlying dependencies
- Updated documentation for programmatic account and app management

</Update>

<Update label="April 01, 2026" description="auth-server-1.2.30">

**Security**
Expand Down
Loading