Compare commits
3 Commits
28cb0bd664
...
62384a33b3
Author | SHA1 | Date | |
---|---|---|---|
62384a33b3 | |||
390095c276 | |||
90676be5ec |
@ -16,7 +16,8 @@ Table "user" {
|
|||||||
"forename" varchar(255) [default: NULL]
|
"forename" varchar(255) [default: NULL]
|
||||||
"name" varchar(255) [default: NULL]
|
"name" varchar(255) [default: NULL]
|
||||||
"is_admin" bit(1) [not null]
|
"is_admin" bit(1) [not null]
|
||||||
"password" varchar(255) [default: NULL]
|
"password" tinyblob [default: NULL]
|
||||||
|
"salt" tinyblob [default: NULL]
|
||||||
"token" varchar(255) [default: NULL]
|
"token" varchar(255) [default: NULL]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 42 KiB |
@ -33,7 +33,7 @@ POST:
|
|||||||
|
|
||||||
Request (GET):
|
Request (GET):
|
||||||
|
|
||||||
curl localhost:8080/vpr/all-users
|
curl localhost:8080/vpr/all-users | python3 -m json.tool
|
||||||
|
|
||||||
Response:
|
Response:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user