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
+13
View File
@@ -0,0 +1,13 @@
# Changelog
## Pending
- Initial SDK package with browser and server exports.
### Features
- add initial browser and server authentication SDK exports (sdk)
- introduces browser-side IdP client and typed request wrappers for authentication and organization workflows
- adds server-side account store, password hashing, and authentication services with local and idp.global auth support
- includes tests covering explicit account creation, local password authentication, and IdP email mismatch rejection