|
|
|
|
|
by Ineentho
551 days ago
|
|
I'm curious on how you'd configure this. Is it common (and safe) to let a cdn cache private data for authenticated users? Say Jira used electric, would you be able to put all tickets for a project behind a cdn cache key? You'd need a cdn that is able to run auth logic such as verifying a jwt to ensure you don't leak data to unauthorized users, right? |
|
See the auth guide: https://electric-sql.com/docs/guides/auth
Some CDNs also validate JWTs, so the CDN can be the proxy part of the Gatekeeper pattern (in the guide).