Hey!
So I created a custom auth layer for my use case of Flarum and it's been working fine with the usual layers bundled turned off, however I do have a question as to how you are actually doing the cookie/session auth as I need to implement something similar.
So, can you walk me through what happens in the flow that makes essentially a persistent session for the user?
The reason I ask is because currently using sessions to save data has resulted in any time the page reloads the user loses their session data. I've been using the built in symfony way and assumed it'd handle all that for me.