feat/41-return-token-on-register
main
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