AuburnBigEvent / BigEvent

Auburn University SGA Big Event application designed for COMP 4710 senior design project.
MIT License
0 stars 2 forks source link

Nav signin #32

Closed CoryG89 closed 10 years ago

CoryG89 commented 10 years ago

In this commit I created new signin routes which implement OAuth 2.0 single sign-on using the Windows Live REST API rather than the JavaScript API which we were using previously. To use the JavaScript API, the following external script had to be loaded from the js.live.net server in order to sign users in.

js.live.net/v5.0/wl.js

Using the Windows Live REST API over the JavaScript API has the following advantages:

Changelog: