Fabien Bochu

Results 2 issues of Fabien Bochu

``` --- __init__.py 2013-10-18 16:27:17.998393768 +0200 +++ /tmp/flask-browserid/flaskext/browserid/__init__.py 2013-10-18 16:28:39.909326374 +0200 @@ -28,7 +28,7 @@ if not self.login_callback: if app.config.get('BROWSERID_LOGIN_CALLBACK'): - self.user_loader(app.config['BROWSERID_LOGIN_CALLBACK']) + self.user_loader = app.config['BROWSERID_LOGIN_CALLBACK'] else: raise Exception("No method...

## Is your feature request related to a problem? Please describe. In the `OAuthClient`, we start a local HTTP server by trying out a series of ports. However the port...

good first issue
type:feature
status:new