v2.0.0
Warning
Breaking change. Token values are now hashed (SHA-256) at rest.
Existing SQLite databases migrate themselves on first start (gated by PRAGMA user_version), so you don't need to do anything by hand. One thing to know: a token's plaintext now appears exactly once, when you create it. The admin list and lookup endpoints return only id and permission, so a lost token can't be recovered and has to be replaced.
Pull: docker pull ghcr.io/thilak-rao/nx-cache-server-bun:2.0.0