server/lib/private/Authentication
Roeland Jago Douma 3fccc7dc47
Cache the public key tokens
Sometimes (esp with token auth) we query the same token multiple times.
While this is properly indexed and fast it is still a bit of a waste.

Right now it is doing very stupid caching. Which gets invalidate on any
update.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-08 13:57:36 +02:00
..
Events Decouple remote wipe notifcation channels with events 2019-06-27 17:16:18 +02:00
Exceptions Remote wipe support 2019-05-20 20:50:27 +02:00
Listeners Update unit tests 2019-07-16 13:32:44 +02:00
Login Use the actual password to update the tokens 2019-09-18 19:50:58 +02:00
LoginCredentials Update license headers 2017-11-06 16:56:19 +01:00
Notifications Fix new core notifier 2019-07-15 15:14:58 +02:00
Token Cache the public key tokens 2019-10-08 13:57:36 +02:00
TwoFactorAuth Use Symfony's new contract Event class instead of the deprecated one 2019-09-12 14:44:55 +02:00