mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-04-25 12:07:48 +02:00
Add simple auth (#186)
This commit is contained in:
@@ -1166,8 +1166,12 @@ definitions:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
salt:
|
||||
type: string
|
||||
sha256:
|
||||
type: string
|
||||
sha512:
|
||||
type: string
|
||||
required:
|
||||
- blocked
|
||||
- apikey
|
||||
@@ -1215,6 +1219,8 @@ definitions:
|
||||
type: boolean
|
||||
id:
|
||||
type: string
|
||||
password:
|
||||
type: string
|
||||
roles:
|
||||
items:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user