v0.0.13 | Skip Django JWT auth for NHN API (Kong handles it)
All checks were successful
Build And Test / build-and-push (push) Successful in 1m54s

- Add NHNBaseView with authentication_classes = []
- All NHN View classes now inherit from NHNBaseView
- Kong already validates JWT, no need for Django to re-validate

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 17:22:23 +09:00
parent f3b7898989
commit 6207f6b83f
2 changed files with 90 additions and 81 deletions

View File

@ -1 +1 @@
v0.0.12
v0.0.13