managarten/packages/mana-core-nestjs-integration/src/guards/index.ts
Till-JS c90c79d6b7 feat(mana-core-nestjs): add OptionalAuthGuard and Public decorator
- Add OptionalAuthGuard for endpoints that allow unauthenticated access
- Add Public decorator to mark routes as public
- Export new guards and decorators from package
- Add subpath exports for guards and decorators

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 21:02:20 +01:00

2 lines
101 B
TypeScript

export { AuthGuard } from './auth.guard';
export { OptionalAuthGuard } from './optional-auth.guard';