edgedb / edgedb-python

The official Python client library for EdgeDB
https://edgedb.com
Apache License 2.0
369 stars 45 forks source link

Add support for secret key #405

Closed fantix closed 1 year ago

fantix commented 1 year ago

Secret keys are JWTs prefixed with nbwt or edbt for authentication, default to secret_key in $config_dir/$cloud_profile.json for cloud instances.

Depends on edgedb/shared-client-testcases#17, edgedb/shared-client-testcases#18