summaryrefslogtreecommitdiff
path: root/app/Core/Session/SessionStorage.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-03-27 12:23:18 -0400
committerFrederic Guillot <fred@kanboard.net>2016-03-27 12:23:18 -0400
commitc7cceade96d2698d2684add1970c03c8b4f32dfc (patch)
tree70bb6e07f42880112502f1218fdb6f05cf4b3da4 /app/Core/Session/SessionStorage.php
parent44946ee68473c3fe05b9ece24dace4d6150d7974 (diff)
Handle state in OAuth2 client
Diffstat (limited to 'app/Core/Session/SessionStorage.php')
-rw-r--r--app/Core/Session/SessionStorage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Core/Session/SessionStorage.php b/app/Core/Session/SessionStorage.php
index 667d9253..6e2f9660 100644
--- a/app/Core/Session/SessionStorage.php
+++ b/app/Core/Session/SessionStorage.php
@@ -21,6 +21,7 @@ namespace Kanboard\Core\Session;
* @property bool $boardCollapsed
* @property bool $twoFactorBeforeCodeCalled
* @property string $twoFactorSecret
+ * @property string $oauthState
*/
class SessionStorage
{