iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.67k stars 311 forks source link

Only expect a key on E-Mail-Verification when receiving a request #434

Closed georgkrause closed 1 year ago

georgkrause commented 2 years ago

Its a minor patch, but important for us to align with open api specs.

When DRF sends a response to a E-Mail-Verification request, it does not include the key, which is totally fine. But in this case the key should be set to write_only, which this pull request does.

Thank you for the fork and the great work, keep on! :heart:

georgkrause commented 1 year ago

@iMerica Is there anything I could do to get this merged? :)