1.5.2
Added ability to specify serializer for authentication token with
'PASSWORDLESS_AUTH_TOKEN_SERIALIZER': 'drfpasswordless.serializers.TokenResponseSerializer'
This will (for example) allow you to instead of returning DRF's token, return a JWT with access
and refresh
tokens.