Add: serialization for LogoutView
This commit is contained in:
parent
cb5ec0fcbe
commit
141e08f0f4
2 changed files with 8 additions and 0 deletions
5
backend/api/authentication/serializers.py
Normal file
5
backend/api/authentication/serializers.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from rest_framework import serializers
|
||||
|
||||
|
||||
class LogoutSerializer(serializers.Serializer):
|
||||
refresh = serializers.CharField()
|
Loading…
Add table
Add a link
Reference in a new issue