Skip to content
#

pkce

Here are 79 public repositories matching this topic...

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

enhancement good first issue

Improve this page

Add a description, image, and links to the pkce 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 pkce topic, visit your repo's landing page and select "manage topics."

Learn more