We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854d6c8 commit 8d21d93Copy full SHA for 8d21d93
README.md
@@ -133,6 +133,7 @@ Protected routes automatically redirect unauthenticated users to the login flow
133
### NestJS Integration
134
135
Leverages NestJS features including:
136
+
137
- **Guards**: Global authentication guard with `@Public()` decorator for public routes
138
- **Decorators**: `@AuthSession()` parameter decorator for accessing session data
139
- **Modules**: Clean separation of concerns with dedicated AuthModule
0 commit comments