feat(sdk): add initial browser and server authentication SDK exports

This commit is contained in:
2026-05-13 23:11:56 +00:00
commit cb41ec6e6f
22 changed files with 10964 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# @idp.global/sdk
Reusable SDK for idp.global browser clients and server-side account authentication.
Use explicit runtime exports:
- `@idp.global/sdk/browser`
- `@idp.global/sdk/server`
The server account store never creates accounts automatically. Consumers must explicitly create persisted accounts.