Skip to content
#

mfa

Here are 230 public repositories matching this topic...

cli
evert
evert commented Apr 3, 2019

Currently all sessions are stored in a memory-engine, which means:

  1. If the server restarts, all sessions expire.
  2. If multiple servers are started, they can't share sessions

As big step forward, we would want to store sessions in MySQL.

This means a new 'storage engine' will have to be written for this session data. This should be done in this github project:

https://github.com/cur

Improve this page

Add a description, image, and links to the mfa topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mfa topic, visit your repo's landing page and select "manage topics."

Learn more