add description to oauth clients for services and user servers

This commit is contained in:
Min RK
2018-04-13 10:56:17 +02:00
parent 8dc73a852d
commit be5a878da5
3 changed files with 7 additions and 4 deletions

View File

@@ -381,6 +381,7 @@ class User:
# containers that resume will be updated below
client_store.add_client(client_id, api_token,
url_path_join(self.url, server_name, 'oauth_callback'),
description="Server at %s" % url_path_join(self.url, server_name),
)
db.commit()