mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-01-28 08:53:28 +01:00
Add simple auth (#186)
This commit is contained in:
@@ -1285,8 +1285,12 @@ definitions:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
salt:
|
||||
type: string
|
||||
sha256:
|
||||
type: string
|
||||
sha512:
|
||||
type: string
|
||||
required:
|
||||
- blocked
|
||||
- apikey
|
||||
@@ -1334,6 +1338,8 @@ definitions:
|
||||
type: boolean
|
||||
id:
|
||||
type: string
|
||||
password:
|
||||
type: string
|
||||
roles:
|
||||
items:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user