remynaps / fortis-auth

User authentication service written in go (This is a mirror of the main Gitlab repo)
MIT License
0 stars 0 forks source link

Move the session store to Redis #2

Open remynaps opened 5 years ago

remynaps commented 5 years ago

The session data is currently stored in a cookie. Move to Redis. This can be done by:

  1. Setting the session store provider to Redis in Gorrila/sessions
  2. Adding Redis config fields. (env vars)