synapse/changelog.d/7302.bugfix
Patrick Cloke 627b0f5f27
Persist user interactive authentication sessions (#7302)
By persisting the user interactive authentication sessions to the database, this fixes
situations where a user hits different works throughout their auth session and also
allows sessions to persist through restarts of Synapse.
2020-04-30 13:47:49 -04:00

2 lines
86 B
Plaintext

Persist user interactive authentication sessions across workers and Synapse restarts.