Skip to main content

A Django app for auth.

Project description

Overview

GSpot Auth is a Django app for GSpot project https://github.com/DJWOMS/GSpot

Quick start

  1. Add "gspot_auth" to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
    ...
    'gspot_django_auth',
]
  1. Add CustomJWTAuthentication to DEFAULT_AUTHENTICATION_CLASSES in settings.py
REST_FRAMEWORK = {
    ...
    'DEFAULT_AUTHENTICATION_CLASSES': [
        'gspot_django_auth.authentication.CustomJWTAuthentication'
    ],
}

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

gspot_django_auth-0.0.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

gspot_django_auth-0.0.1-py3-none-any.whl (5.5 kB view hashes)

Uploaded Python 3

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