adjust for postgres

This commit is contained in:
2021-05-11 16:48:02 +02:00
parent 7346da8419
commit e0bc8371ac
6 changed files with 70 additions and 64 deletions

View File

@ -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