How to cache authorised requests per user with Bearer token? #117
Replies: 1 comment
-
It's not currently possible, I do plan to build this at some point but I didn't know how long. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m using the plugin in Strapi v5. By default, the plugin caches only public requests and skips caching for requests with an Authorization: Bearer header.
I want to cache responses for authenticated users individually, keyed by their Bearer token, so that the plugin serves cached responses per user without mixing data.
Is there a recommended way to configure the plugin to handle caching per authorized user?
Will this feature be implemented in upcoming requests ?
Beta Was this translation helpful? Give feedback.
All reactions