Base implementation of microservice designed to handle user accounts, authentication and authorization.
Service was designed to fit in architectures, where each request goes through some edge service (see API Gateway Pattern). In that case the request (in base implementation path and method) can be authorized against user permissions with remote call to auth-service and then forwarded or rejected based on response.
Todo
Todo
Todo
Todo
Todo (sync)
Todo (async)