bbangert / velruse

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

Check for correct get params in linkedin callback #131

Open smarzola opened 10 years ago

smarzola commented 10 years ago

LinkedIn uses OAuth ProblemReporting extension (http://wiki.oauth.net/w/page/12238543/ProblemReporting) to report a problem to consumers. Checking for denied param will not throw AuthenticationDenied view if the user denies the authentication.