@dbsc-toolkit/better-auth 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ From then on, `boundFetch` builds a `ts=…;sig=…;bh=…` proof for every call
|
|
|
121
121
|
|
|
122
122
|
Every session row carries a `tier`:
|
|
123
123
|
|
|
124
|
-
`"dbsc"` is the Chromium 145+ native binding, key in TPM 2.0 (Windows) or Secure Enclave (Apple
|
|
124
|
+
`"dbsc"` is the Chromium 145+ native binding, key in TPM 2.0 (Windows) or Secure Enclave (Apple Silicon macOS).
|
|
125
125
|
|
|
126
126
|
`"bound"` is the polyfill, key in IndexedDB with `extractable: false`.
|
|
127
127
|
|
package/package.json
CHANGED