changes to auth and user API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user