* set new default creds, add function to get creds from env

* add instruction for TIDDL_CLIENT

* add base64 for client creds
This commit is contained in:
Oskar Dudziński
2025-10-15 22:18:09 +02:00
committed by GitHub
parent 40e9198335
commit f8e3ce2a51
2 changed files with 29 additions and 2 deletions
+6
View File
@@ -132,6 +132,12 @@ Example CLI usage:
TIDDL_PATH=~/custom/tiddl tiddl auth login
```
## Auth stopped working?
Set `TIDDL_AUTH` environment variable to use another credentials.
TIDDL_AUTH=<CLIENT_ID>;<CLIENT_SECRET>
# Development
Clone the repository