Django REST API Starter
Pricing

Select License Type:


0 views 0 likes
Login to like or dislike this product

More Django Packages

Django REST API Starter

Django Packages

Production-ready REST API boilerplate with JWT authentication, rate limiting, and Swagger

Description

Production-Ready REST API for Django 5.2 LTS

Skip the boilerplate and start building your API features immediately.

What's Included

  • JWT Authentication - Access + refresh tokens
  • Token Blacklisting - Secure logout
  • Rate Limiting - Per-user and anonymous throttling
  • Swagger/OpenAPI - Interactive documentation
  • CORS Configuration - Frontend-ready
  • Custom Pagination - Configurable
  • Exception Handling - Consistent error responses
  • Custom Permissions - Extensible

Included Endpoints

  • POST /auth/register/ - Register user
  • POST /auth/login/ - Get tokens
  • POST /auth/refresh/ - Refresh token
  • POST /auth/logout/ - Blacklist token
  • GET /users/me/ - Get profile
  • GET /docs/ - Swagger docs

Technical Specifications

  • Django 5.2 LTS compatible
  • Django REST Framework 3.15+
  • Python 3.10+ support
  • Works with any frontend