GenieFramework / GenieAuthentication.jl

Authentication plugin for Genie framework
MIT License
20 stars 11 forks source link

Add const for session key #23

Open svilupp opened 8 months ago

svilupp commented 8 months ago

This is merely a cosmetic PR that introduces a const for a session key (PARAMS_SESSION_KEY).

The motivation is to have it all set and changed from one place, aligning more strictly with GenieSession and making future changes easier to implement.

The motivation was this issue: https://github.com/GenieFramework/Stipple.jl/issues/242