bbangert / velruse

Simplifying third-party authentication for web applications.
http://packages.python.org/velruse/index.html
MIT License
252 stars 86 forks source link

Live OAuth URLs have changed. #162

Open jenstroeger opened 5 years ago

jenstroeger commented 5 years ago

The two URLs used here

https://github.com/bbangert/velruse/blob/7027acc43df77331d34014fdbb796ee5c54c8d5e/velruse/providers/live.py#L78

and

https://github.com/bbangert/velruse/blob/7027acc43df77331d34014fdbb796ee5c54c8d5e/velruse/providers/live.py#L98

should be replaced with https://login.live.com/oauth20_authorize.srf and https://login.live.com/oauth20_token.srf, respectively.