Compare commits

...

3 Commits

Author SHA1 Message Date
62384a33b3 Merge branch 'master' of git.bib.de:MAM/VPR-Docs 2022-01-25 10:43:20 +01:00
390095c276 Updated API-ref 2022-01-25 10:43:01 +01:00
90676be5ec Updated DB-docs 2022-01-25 10:40:15 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ Table "user" {
"forename" varchar(255) [default: NULL]
"name" varchar(255) [default: 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]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -33,7 +33,7 @@ POST:
Request (GET):
curl localhost:8080/vpr/all-users
curl localhost:8080/vpr/all-users | python3 -m json.tool
Response: