Searched hist:"28002081 b4e69d3951b2d8230c8668e3cbd7f708" (Results 1 – 5 of 5) sorted by relevance
| /plugin/oauth/ |
| H A D | Storage.php | 28002081b4e69d3951b2d8230c8668e3cbd7f708 Mon Dec 13 16:47:26 UTC 2021 Andreas Gohr <andi@splitbrain.org> drop concept of GUID and introduce storageID
Previously we created a new GUID for any user trying to login via oauth. That GUID was used to store the token states. This polluted the cache area but even worse, it made it impossible to stay logged in on multiple devices when the IdP invalidated onld access tokens when issuing a new one (like google does).
Now a session storage is used for the initial login. Permanent storage is only initialized after a successful login (based on the user's email address).
|
| H A D | Adapter.php | 28002081b4e69d3951b2d8230c8668e3cbd7f708 Mon Dec 13 16:47:26 UTC 2021 Andreas Gohr <andi@splitbrain.org> drop concept of GUID and introduce storageID
Previously we created a new GUID for any user trying to login via oauth. That GUID was used to store the token states. This polluted the cache area but even worse, it made it impossible to stay logged in on multiple devices when the IdP invalidated onld access tokens when issuing a new one (like google does).
Now a session storage is used for the initial login. Permanent storage is only initialized after a successful login (based on the user's email address).
|
| H A D | Session.php | 28002081b4e69d3951b2d8230c8668e3cbd7f708 Mon Dec 13 16:47:26 UTC 2021 Andreas Gohr <andi@splitbrain.org> drop concept of GUID and introduce storageID
Previously we created a new GUID for any user trying to login via oauth. That GUID was used to store the token states. This polluted the cache area but even worse, it made it impossible to stay logged in on multiple devices when the IdP invalidated onld access tokens when issuing a new one (like google does).
Now a session storage is used for the initial login. Permanent storage is only initialized after a successful login (based on the user's email address).
|
| H A D | OAuthManager.php | 28002081b4e69d3951b2d8230c8668e3cbd7f708 Mon Dec 13 16:47:26 UTC 2021 Andreas Gohr <andi@splitbrain.org> drop concept of GUID and introduce storageID
Previously we created a new GUID for any user trying to login via oauth. That GUID was used to store the token states. This polluted the cache area but even worse, it made it impossible to stay logged in on multiple devices when the IdP invalidated onld access tokens when issuing a new one (like google does).
Now a session storage is used for the initial login. Permanent storage is only initialized after a successful login (based on the user's email address).
|
| H A D | auth.php | 28002081b4e69d3951b2d8230c8668e3cbd7f708 Mon Dec 13 16:47:26 UTC 2021 Andreas Gohr <andi@splitbrain.org> drop concept of GUID and introduce storageID
Previously we created a new GUID for any user trying to login via oauth. That GUID was used to store the token states. This polluted the cache area but even worse, it made it impossible to stay logged in on multiple devices when the IdP invalidated onld access tokens when issuing a new one (like google does).
Now a session storage is used for the initial login. Permanent storage is only initialized after a successful login (based on the user's email address).
|