Bacluc
Bacluc
One Problem with a stateless JWT Token as state is that we cannot invalidate it as soon at it's used. A whitelist with the issued state Tokens in the database...
> > A whitelist with the issued state Tokens in the database would help with that. And after a Token is used, we remove it from the whitelist. > >...
> @BacLuc I have edited a migration which has been added in an earlier commit of this PR. What do I have to do to make the "validate migrations" check...
If you set the name on the expireTime + state index, then doctrine creates the createTime index. Probably there is a bug in doctrine.
@ecamp/core After merging this PR, i had to `rm frontend/public/environment.js` That i had the SHARED_COOKIE_DOMAIN env variable in the frontend.
I did not yet start with the global component to display messages. Maybe we have merge conflicts then if we both work on serverError.js, but we can resolve them. If...
The following things did not help: ``` CENSORED=> SET search_path = public; SET CENSORED=> show search_path; search_path ------------- public (1 row) CENSORED=> ALTER ROLE CENSORED RESET search_path; ALTER ROLE CENSORED=>...
I leave it for now. One expectation is that if we delete the database and let it be recreated by the cluster, the problem will disappear. I could not reproduce...
I will close this PR for now, until someone continues. The PR is still referenced in the issue.
Die Idee war, dass hier wirklich nur die Zahl angegeben wird, und die Masseinheit im zweiten Feld. An eine Range haben wir nicht gedacht. Nur floats ermöglicht uns eventuell in...