- 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>
- Change username field from EmailField to CharField in TokenRequestSerializer
- NHN Cloud API validates credentials, backend shouldn't restrict format
- Bump version to v0.0.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- NHN Cloud API packages: token, vpc, compute, nks, storage
- REST API endpoints with Swagger documentation
- Async task processing for long-running operations
- CORS configuration for frontend integration
- Enhanced logging for debugging API calls
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>