14 lines
514 B
Markdown
14 lines
514 B
Markdown
# 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
|
|
|