Make a server-to-server call using the token to check its validity. There's more comments on this subject here https://github.com/MrSwitch/hello.js/issues/22
Point and space taken. Now it is readable - and I rather dread the consequences.
@ishi take a look at this example http://adodson.com/hello.js/demos/friends.html
I couldn't find any examples of JSON Web Token in the client. But if the security model supports it then i'd like to entertain the idea.
Yes, but its a pretty arduous task digesting and implementing API docs. That pain was the impetus to standardize them into the HelloJS library.
PassportJS = 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.
Nice endorsement
Use node for bundling+minification. Its on npm for convenience. I also hope to make it compatible with CommonJs and have components of it work through the server. Not all services support server-less authentication…
Thanks for sharing my project HelloJS
Make a server-to-server call using the token to check its validity. There's more comments on this subject here https://github.com/MrSwitch/hello.js/issues/22
Point and space taken. Now it is readable - and I rather dread the consequences.
@ishi take a look at this example http://adodson.com/hello.js/demos/friends.html
I couldn't find any examples of JSON Web Token in the client. But if the security model supports it then i'd like to entertain the idea.
Yes, but its a pretty arduous task digesting and implementing API docs. That pain was the impetus to standardize them into the HelloJS library.
PassportJS = 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.
Nice endorsement
Use node for bundling+minification. Its on npm for convenience. I also hope to make it compatible with CommonJs and have components of it work through the server. Not all services support server-less authentication…
Thanks for sharing my project HelloJS