Skip to content

Add guard support - #107

Merged
ItayTheDar merged 8 commits into
mainfrom
codex/add-auth-guard-support-to-pynest
Jun 16, 2025
Merged

Add guard support#107
ItayTheDar merged 8 commits into
mainfrom
codex/add-auth-guard-support-to-pynest

Conversation

@ItayTheDar

Copy link
Copy Markdown
Contributor

Summary

  • create BaseGuard interface with UseGuards decorator
  • allow controllers to register route guards
  • document new guard functionality
  • test the UseGuards decorator

Testing

  • pytest -q(fails: ModuleNotFoundError: No module named 'injector')

https://chatgpt.com/codex/tasks/task_e_684527a3da28832d88fc516d5919ef71

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@ItayTheDar