Skip to content

Offloads authentication to another server using django rest framework jwt

Notifications You must be signed in to change notification settings

lcdporto/django-rest-framework-jwt-auth-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework JWT Authentication Proxy

Reuse the same authentication server.

Disclaimer

This is a work in progress not yet suitable to use in production. Presently only api-token-auth is implemented, refresh is next.

Quick Start

  1. Add the app to your INSTALLED_APPS setting like this:

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

    url(r'^.../', include('...urls')),
    

About

Offloads authentication to another server using django rest framework jwt

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages