Add support for Windows Live authentication

This commit is contained in:
Tom Hughes 2015-04-27 22:52:42 +01:00
parent c9893e186b
commit 2b2264ddab
13 changed files with 249 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -48,6 +48,9 @@
<% if defined?(FACEBOOK_AUTH_ID) -%>
<li><%= auth_button "facebook", "facebook" %></li>
<% end -%>
<% if defined?(WINDOWSLIVE_AUTH_ID) -%>
<li><%= auth_button "windowslive", "windowslive" %></li>
<% end -%>
<li><%= auth_button "yahoo", "openid", :openid_url => "yahoo.com" %></li>
<li><%= auth_button "wordpress", "openid", :openid_url => "wordpress.com" %></li>
<li><%= auth_button "aol", "openid", :openid_url => "aol.com" %></li>