Free Speech Forever 92c9092abd Avoid redundant OAuth queries when not signed in
If you aren't signed in, you don't have an auth token.
When you don't have an auth token, React was sending the headers

"Authorization: Bearer null"

This caused 5 Doorkeeper token lookups using
WHERE "oauth_access_tokens"."token" = 'null'
on the Explore page (the root of the app when not signed in).
2021-02-15 23:26:00 +00:00
..
2020-12-09 15:02:43 -05:00
2021-01-25 13:02:26 -05:00
2019-07-02 03:10:25 -04:00
2020-04-07 21:06:59 -04:00
2020-04-25 13:00:51 -04:00
2020-02-08 01:12:01 -05:00
2020-05-01 01:50:27 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00