@every-app/sdk 0.1.0 → 0.1.1
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 +10 -0
- package/package.json +2 -1
package/README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# @every-app/sdk
|
|
2
|
+
|
|
3
|
+
The embedded SDK for building apps on the Every App platform.
|
|
4
|
+
|
|
5
|
+
This SDK handles authentication and session management for apps running within the Every App Gateway. It provides integrations for TanStack Start and Cloudflare Workers.
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
For full API reference and usage guides, see the [Embedded SDK documentation](https://everyapp.dev/docs/embedded-sdk/overview/).
|
|
10
|
+
|