mirror of
https://github.com/TECHNOFAB11/jwt-authorizer.git
synced 2026-02-02 17:35:10 +01:00
15 lines
179 B
Text
15 lines
179 B
Text
meta {
|
|
name: Discovery
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:3001/.well-known/openid-configuration
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|