mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-17 03:56:31 +01:00
Allows users to use OAuth tokens instead of passwords
This commit is contained in:
parent
14b997fe2c
commit
09b1413748
8 changed files with 92 additions and 12 deletions
|
|
@ -34,6 +34,7 @@ class MailAccountSerializer(OwnedObjectSerializer):
|
|||
"username",
|
||||
"password",
|
||||
"character_set",
|
||||
"is_token",
|
||||
]
|
||||
|
||||
def update(self, instance, validated_data):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue