AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
483 stars 120 forks source link

Login with Google is broken #181

Closed namedgraph closed 5 months ago

namedgraph commented 8 months ago

The LinkedDataHub.state cookie is not passed the Login resource, presumably because the new frontend Varnish configuration which "unsets all cookies": https://github.com/AtomGraph/LinkedDataHub/blob/master/platform/varnish.vcl.template#L60

namedgraph commented 8 months ago

https://www.varnish-software.com/developers/tutorials/removing-cookies-varnish/#only-keep-required-cookies

namedgraph commented 8 months ago

Now fixed in develop branch

namedgraph commented 8 months ago

Create separate backend and frontend Varnish VCL templates?