Skip to content
#

2fa

Here are 566 public repositories matching this topic...

sailorfrag
sailorfrag commented Jul 14, 2021

On Windows, if the authentication flow isn't completed (failure, closed the browser, etc.) then the client keeps showing 'connecting' but doesn't show a clear action to restart authentication.

Clicking disconnect + connect, or log in as a different user will generate a new authentication link and unblock the user, but that's somewhat difficult to discover.

Options for improvement include adding

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 2fa 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 2fa topic, visit your repo's landing page and select "manage topics."

Learn more