Files
stocklet/tests/bruno/auth/AuthService_GetJwks.bru
Declan Teevan 26d5c96841 feat: base bruno routes
generated from OpenAPI v3 spec
2025-09-29 22:58:14 +01:00

12 lines
129 B
Plaintext

meta {
name: AuthService_GetJwks
type: http
seq: 1
}
get {
url: {{baseUrl}}/v1/auth/jwks
body: none
auth: inherit
}