Julian Dreissig
Julian Dreissig
Could we get this merged, please?
Not able to reproduce this issue with current version.
I find it a bit surprising that this issue is still open and unresolved – the ability to handle nested properties seems quite fundamental? The `enableImplicitConversion` workaround unfortunately didn't work...
According to [the docs](https://github.com/markbates/goth?tab=readme-ov-file#security-notes) gothic supports any store with a [Gorillas Session](https://github.com/gorilla/sessions) `Store` interface. See [Gorillas Session's](https://github.com/gorilla/sessions) list of [Store implementations](https://github.com/gorilla/sessions?tab=readme-ov-file#store-implementations), e.g. [rbcervilla/redisstore](https://github.com/rbcervilla/redisstore).
Is it possible that you are changing your `gothic.Store` at some point during the flow? This would explain why a session can not be found. Otherwise you may want to...
Did you try out using other `SameSite` settings for the CookieStore, e.g. `SameSiteLaxMode`? I vaguely remember that this made a difference for me in certain browser/provider configurations.
Is this still relevant as [gorilla/sessions](https://github.com/gorilla/sessions) does seem to be maintained (again)?