crtauth
crtauth copied to clipboard
v0 tokens are used even in the v1 use case
_make_token() in server.py makes v0 tokens for all code paths. This is not an interoperability problem as the client treats the token as an opaque string, but it is polite to adhere to spec.