MiroHibler / meteor-preloader

A Meteor "lazy-loader" for external .js and .css libraries
75 stars 3 forks source link

Secure download #7

Open MiroHibler opened 9 years ago

MiroHibler commented 9 years ago

As per Meteor roadmap card:

"...It should be possible to secure some of the additional parts so that only certain users can download them. For example, only admin users could download the JavaScript and templates for the admin console..."

tcastelli commented 9 years ago

+1 to this feature! :) Is it currently possible to restrict pre-loads to logged in users? (even if there's no role distinction), So if they go to a route without being logged they don't have to download the external js before going to login page