nextcloud/lib/private/User
Roeland Jago Douma 9a7265babf
Make authenticated cookies lax
This protects our cookies a bit more. It makes sure that when a 3rdparty
websites embededs a public alendar for example. That all the users see
this in anonymous mode there.

It adds a small helper function.

In the future we can think about protecting other cookies like this as
well. But for now this is sufficient to not have the user logged in at
all when doing 3rdparty requests.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-09-28 16:44:37 +02:00
..
Backend.php Update license headers 2017-11-06 16:56:19 +01:00
Database.php make table name configurable for db user backend 2018-06-19 14:14:44 +02:00
LoginException.php Update with robin 2016-07-21 18:13:58 +02:00
Manager.php Ignore case when sorting users 2018-05-26 12:01:13 +02:00
NoUserException.php Fix others 2016-07-21 18:13:57 +02:00
Session.php Make authenticated cookies lax 2018-09-28 16:44:37 +02:00
User.php Properly return boolean on enable state 2018-04-09 11:26:26 +02:00