mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
add description to oauth clients for services and user servers
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user