Validate JWTs on gRPC service calls #69
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate#69
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a tonic interceptor that validates the microclimate JWT on incoming channel service calls and rejects unauthenticated requests.
The interceptor should:
Once this is in place, username can be removed from
GetChannelTokenRequest—the server will source identity from the validated token rather than trusting a client-supplied value (see comment on #9).Related to #9.
fable referenced this issue2026-03-04 12:37:19 -08:00