Commit graph

5 commits

Author SHA1 Message Date
Christoph Lienhard f7a56a0bed Rename candymat -> kandimat everywhere
Furthermore, submodule link to new public repo
2022-02-02 15:06:13 +01:00
Christoph Lienhard e26a154518
#20 Add UserManagement page
Connects to backend and gets all registered users by role.
Enabled editors to see all registered users which wasn't possible.
2021-03-30 18:24:41 +02:00
Christoph Lienhard dd2f414f00
#11 backend: nodeId -> id and id -> rowId
To be more in sync with typical graphql servers.
2020-12-29 11:35:34 +01:00
Christoph Lienhard b6f6adac22
#7 Disable empty First- and Last Names as well as empty Passwords on Sign-Up 2020-12-27 21:18:15 +01:00
Christoph Lienhard 02845e65db Introduce JWT Authentication
Added features:
* register
* authenticate
* RLS as summarized in security_considerations.md

Improve
* Use enhanced graphiql version to be able to set authentication headers

Remove:
* docker-compose.prod.yml since it is not updated for now (and we do not have a production env)
2020-05-31 14:29:17 +02:00