CassioML / cassio-website

Web page for the cassIO library project
Apache License 2.0
8 stars 7 forks source link

Hardcode "token" for Astra auth #72

Closed hemidactylus closed 10 months ago

hemidactylus commented 11 months ago

Take out completely the confusing ASTRA_DB_TOKEN_BASED_USERNAME variable for the colab version and the ASTRA_DB_CLIENT_ID variable in the cqlsession.py , which contain the literal "token" anyway, and just hardcode this latter value everywhere. Less confusing!

hemidactylus commented 10 months ago

Implemented.