You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microservice architecture with two services: AuthService handles user info, custom tokens, and RSA key generation, serving the public RSA key via API. TodoService manages todos with custom auth, supports anonymous users, and parameterizes API requests by user and todo IDs.