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.
-
Updated
Sep 7, 2024 - Python