This commit is contained in:
Oleg Maslov
2026-09-02 10:14:22 +02:00
parent 0c3e2ead3b
commit b20b138fe4
771 changed files with 161561 additions and 9027 deletions

View File

@@ -1,7 +1,7 @@
import { describe, expect, it } from 'vitest';
import { config } from '../middleware';
import { config } from '../proxy';
describe('www Clerk middleware boundary', () => {
describe('www Clerk proxy boundary', () => {
it('protects only identity and server-owned flows', () => {
expect(config.matcher).toEqual([
'/account(.*)',