Skip to main content

A Django app to manage authentication backend api with integrated doc.

Project description

Django-authapi is a app that provide all urls four your authentication in your backend api.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “api” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'api',
    ]
  2. Include the api URLconf in your project urls.py like this:

    path('api/', include('api.urls')),
  1. Run python manage.py makemigrations api to make migrations for this app .

  1. Run python manage.py migrate to create the api models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to see docs (you’ll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/api/ to participate all urls related to authentication backend api.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

django-auth-api-0.1.tar.gz (9.6 kB view details)

Uploaded Source

File details

Details for the file django-auth-api-0.1.tar.gz.

File metadata

  • Download URL: django-auth-api-0.1.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.0

File hashes

Hashes for django-auth-api-0.1.tar.gz
Algorithm Hash digest
SHA256 5741661644bd005b9b1aa706c1a93b589f62686d3c69d78fb7b4e7222cdb97d5
MD5 4b8c803542ba8352cd10fb9e5f73505a
BLAKE2b-256 82361dddf86b07cb29ebf10a1e7689b53470c3437178b5e57cda0915569863eb

See more details on using hashes here.

Supported by

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