From 9f6734dfa462a3947c3a5477fd862dc44ca5cc46 Mon Sep 17 00:00:00 2001 From: Emily Stark Date: Thu, 3 Apr 2014 13:22:37 -0700 Subject: [PATCH] Add History change for pending OAuth results in db --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index 9e3dde6bee..9f9874009d 100644 --- a/History.md +++ b/History.md @@ -5,6 +5,10 @@ * Move boilerplate HTML from tools to webapp. Changes internal Webapp.addHtmlAttributeHook API incompatibly. +* Store pending OAuth login results in the database instead of + in-memory, so that an OAuth flow succeeds even if different requests + go to different server processes. + ## v0.8.0