Tidy up federation code and add tests to cover more of the APIs
This commit is contained in:
committed by
Christopher Allan Webber
parent
32ff6f4dc0
commit
9246a6ba89
@@ -339,4 +339,3 @@ def access_token(request):
|
||||
av = AccessTokenEndpoint(request_validator)
|
||||
tokens = av.create_access_token(request, {})
|
||||
return form_response(tokens)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user