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:
- Is data which needs authentication is also cached ?
- What is the best way to manage caching in this scenerio ? (what steps is needed )