kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 194 forks source link

Caching with the userId #530

Closed arunoda closed 8 years ago

arunoda commented 8 years ago

We need to cache based on the userId. This will lead to better security and do not clash between users.

Also, this works best for public apps as well. In that case userId will be null.

arunoda commented 8 years ago

Implemented with v3.10.0