Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
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
11 changes: 0 additions & 11 deletions .changeset/dirty-owls-lay.md

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @tern-secure/nextjs

## 4.2.7

### Patch Changes

- a711aef: feat: Enhance authentication state management and middleware

- Add auth state cookie for server-side authentication tracking
- Update auth middleware to set secure auth state cookie
- Modify server-side auth check to validate auth state
- Remove unused import in sign-in component
- Update Edge runtime configuration in middleware

## 4.2.6

### Patch 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": "@tern-secure/nextjs",
"version": "4.2.6",
"version": "4.2.7",
"packageManager": "npm@11.0.0",
"publishConfig": {
"access": "public"
Expand Down