3 ms·
Very interesting project! Can you explain what some of the differences are between this library and PassportJS?
by plingamp 12y ago
Very interesting project! Can you explain what some of the differences are between this library and PassportJS?
- reubano 12y agoPassport is sever and side meant for use with nodejs [1]. This is client side for use with bower [2]. [1] http://nodejs.org/ http://nodejs.org/ [2] http://bower.io/ http://bower.io/
- adodson 12y agoPassportJS = NodeJS authentication, designed for single sign-on. HelloJS = Browser + Phonegap authentication and API request handling designed to interact with thirdparty services from the client app.
- technological 12y agoFirebase simple login does provide similar functionalities right ?