feat: return access token on user registration #42

Merged
shoko merged 1 commits from feat/41-return-token-on-register into main 2026-04-10 03:31:16 +02:00

1 Commits

Author SHA1 Message Date
shokollm
f23044465a feat: return access token on user registration
After successful registration, the backend now returns an access token
(along with token_type) so the frontend can:
- Store the token in localStorage
- Fetch the user profile
- Redirect to dashboard

Fixes #41
2026-04-10 01:28:01 +00:00