Changeset - ca31ed58d5e9
[Not reviewed]
default
0 1 0
Dennis Fink - 8 years ago 2017-10-08 17:06:49
dennis.fink@c3l.lu
Update Flask-HTTPAuth
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
spaceapi/auth.py
Show inline comments
 
from flask import current_app
 
from flask.ext.httpauth import HTTPDigestAuth
 
from flask_httpauth import HTTPDigestAuth
 

	
 
httpauth = HTTPDigestAuth()
 

	
0 comments (0 inline, 0 general)