bbangert / velruse

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

Fire an event before the authentication starts #125

Closed asabil closed 1 year ago

asabil commented 11 years ago

This pull request adds support for firing the AuthenticationStarted before redirecting the user to the provider authentication page.

The implementation uses a decorator, but this could be removed if velruse gains a base class for all the OAuth based providers.