Commit graph

13 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 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 d9471d7842
Fix issue with redaktions app immediately closing down in docker-compose setup
See https://github.com/facebook/create-react-app/issues/8688#issuecomment-602110747
2020-08-23 18:36:08 +02:00
Christoph Lienhard 354d66cdb0 Added cors to postgraphile
Necessary for all apollo clients to work properly.
However, this is not optimal since preflight caching is not working properly.
This will be addressed in issue #15
2020-06-14 03:04:59 +02:00
Christoph Lienhard 5e69a5f31e Move password related env variables to docker compose .env file 2020-05-31 14:45:20 +02: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
Christoph Lienhard eebf3a0989 Remove docker-compose.prod.yml since not actively maintained and there is no production 2020-05-31 10:17:13 +02:00
Pit-Storm b6dfb2e791 cleaned the compose files for convenience and more straigt foreward service access e.g. changed ports for redaktion-app and graphql 2020-05-30 19:47:59 +02:00
Christoph Lienhard 455a73eaaa Add user-app to docker-compose, remove persistant volumes 2020-02-01 13:02:55 +01:00
Christoph Lienhard 74e282a92b Fix docker compose setup and add redaktions app 2020-01-31 23:01:08 +01:00
Pit-Storm e1c8b38d0f running graphQL instance in compose file 2019-11-02 18:24:59 +01:00
Pit-Storm 795d6567b1 working database in docker-compose 2019-11-02 17:44:57 +01:00
Pit-Storm 1f5a5ab95e prepared for postgres in docker 2019-11-02 16:28:22 +01:00