Oxygen

screenshot of Oxygen

Overview:

Oxygen is a starter boilerplate that is API ready and built with Django and Django Rest Framework. It provides developers with a foundation to quickly build and launch their web applications. It includes features such as user authentication, email verification, Docker compatibility, and more.

Features:

  • Login/Registration/Logout: Provides endpoints for user login, registration, and logout.
  • JWT Based Authentication: Supports JSON Web Token (JWT) based authentication for secure user sessions.
  • Session Based Authentication: Allows for session based authentication for user sessions.
  • Cookie Based Authentication: Supports cookie based authentication for user sessions.
  • Customized User Model: Allows customization of the user model to fit specific application needs.
  • OTP Based Login System: Includes support for One-Time Password (OTP) based login.
  • Email Verification: Provides functionality for email verification during the registration process.
  • Docker Ready: Can be easily integrated with Docker for containerized deployment.

Summary:

Oxygen is a starter boilerplate built with Django and Django Rest Framework. It provides developers with a solid foundation for building web applications with features such as user authentication, email verification, and support for both session and token based authentication. Oxygen is also Docker ready, making it easy to deploy and scale your application.