feat: integra microsserive de reviews

This commit is contained in:
2026-05-30 14:34:15 -05:00
parent d4108f5634
commit 60649fbf50
5 changed files with 697 additions and 3 deletions

View File

@@ -14,4 +14,6 @@ export interface AccessTokenClaims {
export interface AuthRouteRequirement {
method: string
path: string
/** Quando true, protege qualquer rota cujo caminho comece com `path` */
prefix?: boolean
}