cwaring / meteor-basic-auth

A simple way to protect your app with basic HTTP auth
https://atmospherejs.com/kit/basic-auth
2 stars 1 forks source link

Basic auth code is only relevant on server #1

Closed tonyxiao closed 9 years ago

cwaring commented 9 years ago

Thanks, not sure how I missed that. :+1:

tonyxiao commented 9 years ago

How does the process of pushing this to atmosphere work? I'd like to get this change in my meteor app but not sure how to go about it.

cwaring commented 9 years ago

I've published a new release. Just run meteor update from your app to install the new version.

Chris On 27 Apr 2015 2:32 pm, "tonyxiao" notifications@github.com wrote:

How does the process of pushing this to atmosphere work? I'd like to get this change in my meteor app but not sure how to go about it.

— Reply to this email directly or view it on GitHub https://github.com/cwaring/meteor-basic-auth/pull/1#issuecomment-96827863 .

tonyxiao commented 9 years ago

Got it, :+1: