gotosocial/internal/api/auth
kim f79d50b9b2
[performance] cached oauth database types (#2838)
* update token + client code to use struct caches

* add code comments

* slight tweak to default mem ratios

* fix envparsing

* add appropriate invalidate hooks

* update the tokenstore sweeping function to rely on caches

* update to use PutClient()

* add ClientID to list of token struct indices
2024-04-15 14:22:21 +01:00
..
auth.go
auth_test.go
authorize.go
authorize_test.go
callback.go
callback_test.go
oob.go
signin.go
token.go [performance] cached oauth database types (#2838) 2024-04-15 14:22:21 +01:00
token_test.go