Tag: drf
All the articles with the tag "drf".
Schema-First API Development with DRF + React: OpenAPI as the Contract
How my team ships DRF + React features without ever hitting a mistyped param or outdated API call: drf-spectacular as the source of truth, generated zod clients, auto-generated forms, and strict typing on both sides.
DRF Auth Kit: A Complete Authentication Solution for Django REST Framework
Modern DRF authentication with JWT cookies, 50+ social login providers, MFA, full type safety, and OpenAPI schemas that are actually correct — no manual fixes required.