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
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