Skip to main content

Authentication and Registration in Django Rest Framework

Project description

Dj-Rest-Auth

<iMerica>

Drop-in API endpoints for authentication in Django Rest Framework.

Requirements

  • Django 2 or 3.
  • Python 3

Setup

Install package

pip install dj-rest-auth

Add dj_rest_auth app to INSTALLED_APPS in your django settings.py:

INSTALLED_APPS = (
    ...,
    'rest_framework',
    'rest_framework.authtoken',
    ...,
    'dj_rest_auth'
)

Add URL patterns

urlpatterns = [
    url(r'^dj-rest-auth/', include('dj_rest_auth.urls'))
]

Acknowledgements

This project began as a fork of django-rest-auth. Big thanks to everyone who contributed to that repo!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-rest-auth-0.1.1.tar.gz (61.0 kB view details)

Uploaded Source

File details

Details for the file dj-rest-auth-0.1.1.tar.gz.

File metadata

  • Download URL: dj-rest-auth-0.1.1.tar.gz
  • Upload date:
  • Size: 61.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for dj-rest-auth-0.1.1.tar.gz
Algorithm Hash digest
SHA256 9cad68c1e51079af74f9f0146e77be2cb5b3b9c1f9a148207271a9f0a6f764fe
MD5 e34fdbed670f325cc30d545c3bf816d4
BLAKE2b-256 9eeb671b777f0f157415169725bfab33616ca72ed596a6a7e1e0ca4571ad46ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page