remove jwt

This commit is contained in:
Torma Kristóf 2020-11-26 01:27:24 +01:00
parent c83d37b218
commit 9370618408
1 changed files with 2 additions and 21 deletions

View File

@ -46,22 +46,6 @@ paths:
schema:
$ref: '#/components/schemas/ApiResponse'
/api/auth/refresh:
delete:
tags:
- backend
summary: Refreshes jwt token
operationId: refreshtoken
responses:
204:
description: successful operation
401:
description: Incorrect credentials
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResponse'
/api/auth/logoff:
delete:
tags:
@ -204,13 +188,10 @@ components:
format: url
LoginToken:
required:
- access_token
- refresh_token
- token
type: object
properties:
access_token:
type: string
refresh_token:
token:
type: string
User:
required: