changes to auth and user API

This commit is contained in:
Tobias Kurze
2019-04-05 16:21:24 +02:00
parent 8b7b2f489c
commit f0783d97c8
2 changed files with 13 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ def oidc(redirect_url=None):
return response
@app.route('/refresh', methods=['POST'])
@auth_api_bp.route('/refresh', methods=['POST'])
@jwt_refresh_token_required
def refresh():
"""Refresh token endpoint. This will generate a new access token from