How cloudflare caching works for Authenticated APIs

Hi all,
I am using cloudflare for a website which have Frontend and backend(REST APIs) on different technologies, and I am sending JWT tokens in header for Authenticated requests.

my whole website requires authentication to use.

So I want to know:

  1. Is data which needs authentication is also cached ?
  2. What is the best way to manage caching in this scenerio ? (what steps is needed )

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.