Skip to content

Conversation

@imjuni
Copy link
Owner

@imjuni imjuni commented Sep 28, 2025

  • Add Korean documentation for new @Security and @authorization decorators
  • Add English documentation for new decorator-based authentication system
  • Document migration guide from legacy authoriztion field (with typo) to new decorators
  • Include detailed examples for all security providers:
    • BearerTokenProvider for Bearer token authentication
    • ApiKeyProvider for API key authentication (header/query/cookie)
    • BasicAuthProvider for basic authentication
    • OAuth2Provider for OAuth2 authentication
  • Cover advanced features:
    • Multiple security provider support
    • Dynamic authentication data at runtime
    • Class inheritance and authentication override
    • Complex authorization data structures
  • Explain authentication priority system and compatibility
  • Provide troubleshooting guide for common migration errors
  • Include best practices for provider naming and configuration
  • Deprecation warnings for legacy authoriztion field (removed in v5.0.0)

🤖 Generated with Claude Code

…r documentation

- Add Korean documentation for new @Security and @authorization decorators
- Add English documentation for new decorator-based authentication system
- Document migration guide from legacy authoriztion field (with typo) to new decorators
- Include detailed examples for all security providers:
  - BearerTokenProvider for Bearer token authentication
  - ApiKeyProvider for API key authentication (header/query/cookie)
  - BasicAuthProvider for basic authentication
  - OAuth2Provider for OAuth2 authentication
- Cover advanced features:
  - Multiple security provider support
  - Dynamic authentication data at runtime
  - Class inheritance and authentication override
  - Complex authorization data structures
- Explain authentication priority system and compatibility
- Provide troubleshooting guide for common migration errors
- Include best practices for provider naming and configuration
- Deprecation warnings for legacy authoriztion field (removed in v5.0.0)

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

Co-Authored-By: Claude <noreply@anthropic.com>
@imjuni imjuni changed the title docs(security): add comprehensive Security and Authorization decorato… docs(security): add comprehensive Security and Authorization decorator documentation Sep 28, 2025
@codecov
Copy link

codecov bot commented Sep 28, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (1bad426) to head (dbc96cf).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #183   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          105       105           
  Lines         2009      2009           
  Branches       598       598           
=========================================
  Hits          2009      2009           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@imjuni imjuni merged commit b98e032 into master Sep 28, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants