Skip to content

Commit

Permalink
Drop token_name field
Browse files Browse the repository at this point in the history
service user tokens can't have names.
  • Loading branch information
jonathansick committed May 3, 2024
1 parent 48e35d3 commit 680039b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/noteburst/jupyterclient/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ async def create(
"username": username,
"name": "Noteburst",
"token_type": "service",
"token_name": f"noteburst {float(time.time())!s}",
"scopes": scopes,
"expires": int(time.time() + lifetime),
}
Expand Down

0 comments on commit 680039b

Please sign in to comment.