refactor: add renderer middleware + base of roles and authorizations
This commit is contained in:
parent
40b892391a
commit
c277ab3bd9
30 changed files with 374 additions and 137 deletions
6
http_integration_tests/login.sh
Executable file
6
http_integration_tests/login.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/sh
|
||||
|
||||
curl -v http://localhost:8085/login \
|
||||
--cookie-jar ".curl-cookies" \
|
||||
-d login="test" \
|
||||
-d password="test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue