CSC/ECE 517 Spring 2015/ch1b 21 QW

From Expertiza_Wiki
Revision as of 02:02, 16 February 2015 by Yshang3 (talk | contribs)
Jump to navigation Jump to search

Omniauth

Omniauth is a Ruby authentication framework aimed to integrated with various types of authentication providers. It can be hooked up to any system, from social network to enterprise systems to simple username and password authentication. <ref>https://github.com/intridea/omniauth/wiki</ref>

The topic writeup for this page can be found here.

Background

With web application booming, most users login hundreds of services every day and won't expect to create unique login and password for each service. So intridea recently releases a standard library to provide multi-provider authentication for web applications.

Getting Start

Other Examples

References

<references/>