Jabbslad / basic-auth

Add HTTP Basic Auth support to your Meteor application
31 stars 6 forks source link

realm not used in challenge #7

Open neilyoung opened 9 years ago

neilyoung commented 9 years ago

for this constructor:

var basicAuth = new HttpBasicAuth("guest", "password", "My Realm"); basicAuth.protect();

Only the constructor carrying the callback together with the realm works