diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-27 12:23:18 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-27 12:23:18 -0400 |
commit | c7cceade96d2698d2684add1970c03c8b4f32dfc (patch) | |
tree | 70bb6e07f42880112502f1218fdb6f05cf4b3da4 /app/Core/Session/SessionStorage.php | |
parent | 44946ee68473c3fe05b9ece24dace4d6150d7974 (diff) |
Handle state in OAuth2 client
Diffstat (limited to 'app/Core/Session/SessionStorage.php')
-rw-r--r-- | app/Core/Session/SessionStorage.php | 1 |
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 { |