Socket
Socket
Sign inDemoInstall

django-rest-xauth

Package Overview
Dependencies
3
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-rest-xauth

A custom user-model based package with features ranging from JWT and Basic authentication to REST API end-points for signup, signin, email verification, password resetting and account activation.


Maintainers
1

Readme

Welcome to django-rest-xauth

CI Coverage Status Codacy Badge Documentation Status PyPI version PyPI - Python Version

Documentation

Go here for quick-setup/start or here for full documentation.

Test run

With docker

Run make build_image_and_run. You can then go to http://localhost:8000/ and signin to the default user account using superuser@example.com as email and demoproject as password.

To add extra options to the default docker run command, use docker_run_options in the make command e.g. make run docker_run_options='-v ./:/app/'.

Without docker

After setting up all requirements using make dev, start django server as you would in any project e.g. ./manage.py runserver.

Contributing

Please be sure to review contributing guidelines to learn how to help the project.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc