adjust for postgres
This commit is contained in:
@ -42,7 +42,7 @@ paths:
|
||||
get:
|
||||
tags: [ "JWT" ]
|
||||
summary: Return secret string
|
||||
operationId: test.getSecret
|
||||
operationId: auth.getSecret
|
||||
responses:
|
||||
'200':
|
||||
description: secret response
|
||||
@ -72,7 +72,7 @@ components:
|
||||
type: http
|
||||
scheme: bearer
|
||||
bearerFormat: JWT
|
||||
x-bearerInfoFunc: test.decodeToken
|
||||
x-bearerInfoFunc: auth.decodeToken
|
||||
schemas:
|
||||
User:
|
||||
description: Application/Login/Password tuple
|
||||
|
Reference in New Issue
Block a user