Closed svilupp closed 11 months ago
Fixes https://github.com/GenieFramework/Stipple.jl/issues/242
It reverts one of the changes made as part of this commit, where key Router.params() key :SESSION has been replaced with :session.
:SESSION
:session
This has caused problems downstream with GenieAuthentication.
@svilupp thanks!
Fixes https://github.com/GenieFramework/Stipple.jl/issues/242
It reverts one of the changes made as part of this commit, where key Router.params() key
:SESSION
has been replaced with:session
.This has caused problems downstream with GenieAuthentication.