From: Simo Sorce Date: Wed, 10 Sep 2014 21:19:55 +0000 (-0400) Subject: Add transactions support X-Git-Tag: v0.3.0~86 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=commitdiff_plain;h=e0895efb26de64a28de7b9219f524b715c396b2b;hp=e0895efb26de64a28de7b9219f524b715c396b2b Add transactions support In some cases a user may end up having multiple login pags in diffeent tabs in the borwser (session restore after a crash, or simply opening multiple urls which all redirect to the same IdP). Without transactions multiple authentication requests in fly may step on each other causing potentially all of them to fail to properly authenticate and redirect back to the original web site. Signed-off-by: Simo Sorce Reviewed-by: Patrick Uiterwijk ---