CSC/ECE 517 Spring 2015/ch1b 21 QW: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<font size="6"><b>Omniauth</b></font><br> | <font size="6"><b>Omniauth</b></font><br> | ||
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. | |||
== Background == | == Background == | ||
== Getting Start == | == Getting Start == | ||
== Other Examples == | == Other Examples == | ||
== References == | == References == |
Revision as of 01:27, 16 February 2015
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.