Function minerva_cache::auth::gen_session_key
source · [−]Expand description
Generates a Redis key for the session to be stored on Redis. This key name
manipulation occurs mostly to avoid conflicts in multi-tenant scenarios.
The output has a format such as <TENANT>$SESSION:<TOKEN>
.