README ΒΆ Token Service π« The service is responsible for ONLY validating the access token Features π Token Validate the access token Flow π Token Validation User sends the access token as grpc request to the token service. Token service validates the access token. Token validation takes in consideration the following: Token is not expired user's client-ip header matches the one stored in the token user's user-agent header matches the one stored in the token sequenceDiagram autonumber Service->>+Token Service: Send access token Token Service->>Token Service: Validate access token Token Service-->>-Service: Return UserID Expand βΎ Collapse β΄ Directories ΒΆ Show internal Expand all Path Synopsis cmd internal adapters/cache adapters/grpc adapters/tracer application core Click to show internal directories. Click to hide internal directories.