JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'Tutorial', 'authentication'. Clear
Scoop.it!

How to use JSON web token authentication with Sails.js

How to use JSON web token authentication with Sails.js | JavaScript for Line of Business Applications | Scoop.it
Using JSON webtoken authentication for consuming rest-api from your Single Page Application is pretty common these days. In this post I'll be helping you to use it in your Sails.js App. Well'll be using simplest user name and password...
No comment yet.
Scoop.it!

node-webkit and Firebase - Simple and Social Authentication

node-webkit and Firebase - Simple and Social Authentication | JavaScript for Line of Business Applications | Scoop.it

In this post, we will take a look at the Integration between Firebase Simple Authentication and node-webkit. We are going to use slush generators to scaffold basic apps for us. Then we will create and configure a Firebase account to manage Simple Authentication i.e. Email and Password and Social Authentication using Twitter, Google and Facebook services.

No comment yet.
Scoop.it!

Building an Ember app with RailsAPI - in 3 parts

Building an Ember app with RailsAPI - in 3 parts | JavaScript for Line of Business Applications | Scoop.it

Part 1:

Lately I've been playing with Ember.js and I have really grown to love it. I get the same "AHA!" feeling I got building my first Rails app 7 years ago. Let's see how to build a simple CRUD app using the RailsAPI as the backend. We're going to build a new app and deploy to Heroku.

Part 2:

In this part I will go over building the Ember app from the perspective of a Rails developer. I will be making comparisons to where Ember resembles common patterns in Rails and even Ruby itself.

Part 3:

Today we're going to do some coding on the Rails side and the Ember side to add Creating, Updating, and Destroying records.

No comment yet.
Scoop.it!

Token based Authentication with Nodejs & Redis

Token based Authentication with Nodejs & Redis | JavaScript for Line of Business Applications | Scoop.it

In order to build our own Token-based Authentication mechanism, we will need a token generator and a redis database to store the token with informations.

We need to generate an unique token when a user sign in. We create a route: POST /user/signin with {username,password} as body parameters. In this route, we check the credentials provided by the client with our user database (MongoDB, MySQL, or whatever database you are using). If the credentials are valid, we generate a token. In order to generate an unique token, we use the Crypto module.

No comment yet.
Scoop.it!

Tutorial: Easy authentication for Sails.js apps

Tutorial: Easy authentication for Sails.js apps | JavaScript for Line of Business Applications | Scoop.it
Learn how to quickly setup Twitter, Facebook or local authentication for your Sails.js app using Passport.js and sails-generate-auth.
No comment yet.