Skip to content

1.5.2

Compare
Choose a tag to compare
@aaronn aaronn released this 25 Jan 08:59
· 57 commits to master since this release

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.