application and pwhash

This commit is contained in:
2021-01-26 21:27:17 +01:00
parent c9478935cd
commit ca9e0b81d3
3 changed files with 64 additions and 24 deletions

View File

@ -45,9 +45,11 @@ components:
x-bearerInfoFunc: test.decodeToken
schemas:
User:
description: Login/Password tuple
description: Application/Login/Password tuple
type: object
properties:
application:
type: string
login:
type: string
password: