Very interesting project! Can you explain what some of the differences are between this library and PassportJS?
[1] http://nodejs.org/ [2] http://bower.io/
11–20 of 58 posts
Very interesting project! Can you explain what some of the differences are between this library and PassportJS?
[1] http://nodejs.org/ [2] http://bower.io/
Thanks for sharing my project HelloJS
Hi... thanks for writing this. As a newb on these sorts of issues, I have some questions: 1. So this is 100% client side... Why do I see "npm" in the instructions? Isn't that connected to nodejs? What if I'm writing a java web server app, will this still work, or does it need to talk to a nodejs server somehow? 2. I take it none of this hits a third party server (i.e. your server)? 3. How do I get the user's info obt…
[1] http://bower.io/
Very interesting project! Can you explain what some of the differences are between this library and PassportJS?
HelloJS = Browser + Phonegap authentication and API request handling designed to interact with thirdparty services from the client app.
This looks amazing. Are you planning on adding any other services?
Hmm, I don't see any mention of security. I can't find the source, but I remember reading that if you wanted to restrict access to certain pages on your site to authenticated users in a single page app it was more secure to do it server side. Security experts feel free to chime in.
Hmm, I don't see any mention of security. I can't find the source, but I remember reading that if you wanted to restrict access to certain pages on your site to authenticated users in a single page app it was more secure to do it server side. Security experts feel free to chime in.
From my understanding this is also the case ie. don't do OAuth client (end-user/browser) side.
Hmm, I don't see any mention of security. I can't find the source, but I remember reading that if you wanted to restrict access to certain pages on your site to authenticated users in a single page app it was more secure to do it server side. Security experts feel free to chime in.
Hmm, I don't see any mention of security. I can't find the source, but I remember reading that if you wanted to restrict access to certain pages on your site to authenticated users in a single page app it was more secure to do it server side. Security experts feel free to chime in.