You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As it is, Horahora isn't very cache friendly. The correct response content of most GET requests depends on the user's JWT, and more specifically on their permissions. If the user is unprivileged, they MUST only see unapproved videos. If the user is privileged, then they can receive everything.
It would be nice if we had a strategy in place that would enable us to share cache items between users, instead of having the cache keyed on the JWT.
The text was updated successfully, but these errors were encountered:
As it is, Horahora isn't very cache friendly. The correct response content of most GET requests depends on the user's JWT, and more specifically on their permissions. If the user is unprivileged, they MUST only see unapproved videos. If the user is privileged, then they can receive everything.
It would be nice if we had a strategy in place that would enable us to share cache items between users, instead of having the cache keyed on the JWT.
The text was updated successfully, but these errors were encountered: