Showing posts with label single sign on. Show all posts
Showing posts with label single sign on. 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
-
Cloud Computing has graduated from being a technology buzzword to being an essential part of any business or organization. Let's take a...
-
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...
-
Visualizations Obtaining insights from Big Data requires new ways of looking at data. One of the most popular visualizations is the Tag C...
-
At the last Tech Talk Tuesday we took an overview of Python's Data Science related packages. The key packages for numerical...