mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-26 08:54:39 +02:00
- 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>
2 lines
101 B
TypeScript
2 lines
101 B
TypeScript
export { AuthGuard } from './auth.guard';
|
|
export { OptionalAuthGuard } from './optional-auth.guard';
|