Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"changesets": [
"bright-auth-types",
"calm-request-state",
"clever-policies-compose",
"initial-release",
"public-metadata-interop",
"quiet-routes-decide",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @nestm/better-auth

## 0.1.0-alpha.7

### Minor Changes

- a71a12f: Add ordered, DI-backed HTTP route-policy providers through `@AuthRoutePolicy()` and
`BetterAuthModule.forFeature({ routePolicies })`, including exact/prefix/list/RegExp/predicate
matching and structured `deny()` responses. The existing functional `routePolicy` option remains
supported and runs first for backward compatibility. Untouched policy body recovery is capped by
the configurable `routePolicyBodyLimit` (1 MiB by default) and returns 413 when exceeded.

## 0.1.0-alpha.6

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestm/better-auth",
"version": "0.1.0-alpha.6",
"version": "0.1.0-alpha.7",
"description": "Better Auth integration for NestJS 12 (ESM)",
"license": "BSD-3-Clause",
"author": "nestm",
Expand Down
Loading