Showing posts with label meteor. Show all posts
Showing posts with label meteor. Show all posts
Thursday, April 16, 2015
Single Sign on: Managing Authentication with Google, Twitter and Facebook accounts.
Last month on Tech Talk Tuesday we talked about setting up Single Sign on for websites. Today's web solutions are based on a standard called OAuth2.
It's not difficult to allow multiple login options to a site. The Javascript library Passport works great for node.js applications. The Oauth gem does the job for Ruby on Rails applications. And the WP-Oauth plugin is great for Wordpress sites.
What really impressed us was how easy it was to install and configure Oauth for Meteor applications. Meteor is an impressive framework for setting up node.js applications quickly. We'll be exploring it more soon.
Labels:
meteor,
node.js,
ouath2,
rails,
single sign on,
Tech Talk Tuesday
Subscribe to:
Posts (Atom)
Popular Articles
-
Today's Tech Talk Tuesday is virtual, we'll do a live one next week. Learn how to code with R like DataFrames in Julia. And see...
-
At April's Tech Talk Tuesday , we previewed six Modern Customer Relationship Management (CRM) Systems . There are hundreds of CRM ...
-
Top 10 Cloud Apps for your Business introduced apps often used from the cloud. There are several vendors to chose from when implementin...
-
Two great things about Ruby are it's brevity and it's dynamic nature. A great way to introduce Ruby to a project written in another...