Commit Graph

2 Commits (95c1f616bece48a7942b4db81f94d72eb1fe1f16)

Author SHA1 Message Date
veypi 95c1f616be chore: bump version to v1.2.0 and update all docs
- Bump version from v1.1.1 to v1.2.0
- Add CHANGELOG.md summarizing 20 commits since v1.1.1
- Rewrite docs to match current code: Session auth, Require* APIs,
  nested config (db.dsn/db.type/jwt.*), Cookie-based token delivery
- Update method names uniformly: Perm* -> Require*
- Fix README license badge (Apache -> MIT), port and build commands
- Update auth design docs to reflect Provider + Auth SPI pattern
- Update CLAUDE.md with current architecture and directory structure

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 days ago
veypi 0b22d2c2c8 test: Add comprehensive security and integration tests
- Add wildcard permission tests for RBAC hierarchy
    - Add multi-tenant isolation tests for organization access
    - Add OAuth2 security tests including client ownership and redirect URI
    - Add race condition tests for concurrent operations
    - Add edge case tests for SQL injection, XSS, input validation
    - Add security test report documenting findings and fixes
4 months ago