@impetik/xeer-sdk
v0.2.5
Published
Server, client, and test APIs for the Xeer framework. Install @impetik/xeer instead and import @impetik/xeer/server.
Downloads
1,219
Readme
@impetik/xeer-sdk
Part of the Xeer framework — the surface application code is written against: the
server API (defineServer, query, mutation, endpoint, and the authorization policies), the client
hooks (useQuery, useMutation, useAuth), and the test API (test, as, expect).
You do not install this directly, and you do not import this name. Application code imports
@impetik/xeer/server, @impetik/xeer/client, @impetik/xeer/shared, and @impetik/xeer/test, which
@impetik/xeer re-exports from here:
AuthIdentity deliberately contains only the app-scoped identity and authorization claims. Provider
profile data such as display names, email addresses, and avatars is not exposed to application code.
The unused optional profile declaration shipped before v0.3 was removed to make that privacy boundary
structural; it was never populated at runtime.
npx --package=@impetik/xeer -- xeer new my-app- Documentation — docs.xeer.run
- Server functions and the database — docs.xeer.run/guides/server
- The client — docs.xeer.run/guides/client
- Testing — docs.xeer.run/guides/testing
- Source — github.com/impetik/xeer
MIT licensed.
