Add support for Windows Live authentication
This commit is contained in:
parent
c9893e186b
commit
2b2264ddab
13 changed files with 249 additions and 5 deletions
BIN
app/assets/images/windowslive.png
Normal file
BIN
app/assets/images/windowslive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue