prividium 1.3.1 → 1.3.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
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Prividium™ SDK & CLI
|
|
2
2
|
|
|
3
|
-
A TypeScript SDK and CLI for integrating with the Prividium™ authorization system. The SDK
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
A TypeScript SDK and CLI for integrating with the Prividium™ authorization system. The SDK handles **authentication** —
|
|
4
|
+
signing in with OIDC or SIWE and attaching your identity to each request — while Prividium™ enforces **authorization**
|
|
5
|
+
server-side from your assigned roles, controlling which contract functions, events, and data you can access; the SDK
|
|
6
|
+
does not grant permissions. It provides popup OAuth, token management, and a viem transport for secure RPC; the CLI runs
|
|
7
|
+
a local authenticated JSON-RPC proxy to your Prividium™ RPC and manages basic configuration.
|
|
6
8
|
|
|
7
9
|
## Features
|
|
8
10
|
|