@rayspec/auth-core 1.5.0 → 1.5.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.
Files changed (2) hide show
  1. package/README.md +26 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,26 @@
1
+ # @rayspec/auth-core
2
+
3
+ HTTP-free authentication and authorization primitives: API-key HMAC, authorization
4
+ checks, audit logging, and auth configuration. Unit-testable without a server; composed
5
+ into the HTTP surface by `@rayspec/api-auth`.
6
+
7
+ Part of [RaySpec](https://rayspec.dev) — **file-deployable AI infrastructure**: describe a
8
+ product's backend in one declarative YAML file, and RaySpec stands up accounts and
9
+ authentication, in-process agents, an HTTP API, a Postgres-backed data layer, durable
10
+ background jobs, and the supporting tooling — deployed GitOps-style from that single file.
11
+
12
+ Most projects consume this package indirectly — start with
13
+ [`npx rayspec init`](https://www.npmjs.com/package/rayspec) or `@rayspec/server` rather
14
+ than depending on it directly.
15
+
16
+ ## Links
17
+
18
+ - Website & docs: <https://rayspec.dev>
19
+ - Source (monorepo): <https://github.com/rayspec-labs/rayspec>
20
+ - Changelog: <https://github.com/rayspec-labs/rayspec/blob/main/CHANGELOG.md>
21
+
22
+ ## License
23
+
24
+ Source-available under the **Functional Source License (FSL-1.1-ALv2)** — each release
25
+ converts to Apache-2.0 two years after publication. See
26
+ [LICENSE](https://github.com/rayspec-labs/rayspec/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayspec/auth-core",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "private": false,
5
5
  "files": [
6
6
  "dist"