Account Management

Everything the authenticated user manages about themselves lives under /account. Profile updates, password changes, avatar uploads, email change requests, and email verification.

The starter also includes a sample CRUD feature (bookmarks with optional categories) under /account to serve as a reference for building your own resources. It demonstrates ownership scoping, relationships, filtering, and nullable foreign keys.

See Verification for the code-based email verification flow. See Email Change for the two-step email swap. See Account Self Delete for soft delete and the prune strategy.

© Websanova 2026 About Privacy