Skip to content
Snippets Groups Projects
Verified Commit 32315730 authored by Georg Krause's avatar Georg Krause
Browse files

Remove last JWT related includes

parent ecc2cc57
No related branches found
No related tags found
No related merge requests found
from django.urls import reverse
from rest_framework_jwt.settings import api_settings
jwt_payload_handler = api_settings.JWT_PAYLOAD_HANDLER
jwt_encode_handler = api_settings.JWT_ENCODE_HANDLER
def test_can_authenticate_using_oauth_token_param_in_url(
factories, preferences, client, mocker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment