We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7dced commit 6bd166fCopy full SHA for 6bd166f
README.md
@@ -15,5 +15,5 @@ sequenceDiagram
15
labid-->>GKE: Deduces Dapla group based on Client's SA annotations
16
labid->>Client: Response with JWT token
17
Client->>Service: Request with token from labid
18
- Service->>labid: Check validity of labid token against JWKS (/jwks)
+ Service-->>labid: Checks validity of labid token against JWKS (/jwks)
19
```
0 commit comments