Skip to main content

Connect Django Rest Framework with MSAL and JWT

Project description

https://badge.fury.io/py/drf-msal-jwt.svg https://travis-ci.org/narongdejsrn/drf-msal-jwt.svg?branch=master https://codecov.io/gh/narongdejsrn/drf-msal-jwt/branch/master/graph/badge.svg

Connect Django Rest Framework with MSAL and JWT

Documentation

The full documentation is at https://drf-msal-jwt.readthedocs.io.

Quickstart

Install Django Rest Framework MSAL + JWT:

pip install drf-msal-jwt

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'drf_msal_jwt.apps.DrfMsalJwtConfig',
    ...
)

Add Django Rest Framework MSAL + JWT’s URL patterns:

from drf_msal_jwt import urls as drf_msal_jwt_urls


urlpatterns = [
    ...
    url(r'^', include(drf_msal_jwt_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2020-03-05)

  • First release on PyPI.

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

drf-msal-jwt-0.2.1.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

drf_msal_jwt-0.2.1-py2.py3-none-any.whl (9.1 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file drf-msal-jwt-0.2.1.tar.gz.

File metadata

  • Download URL: drf-msal-jwt-0.2.1.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for drf-msal-jwt-0.2.1.tar.gz
Algorithm Hash digest
SHA256 ec3560f605172930f51a786b82061a55ac9370489a89e366c99ea9d2dd3a77f9
MD5 93a26e084824c99bcd2d11f753e2367d
BLAKE2b-256 1c0056547d5e1b035bd99e5cab9301f1ef445fa6b5b6e01badebc787a1e43dc9

See more details on using hashes here.

File details

Details for the file drf_msal_jwt-0.2.1-py2.py3-none-any.whl.

File metadata

  • Download URL: drf_msal_jwt-0.2.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for drf_msal_jwt-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3f070238c589249be8de9b4fc8d133a176f8bed61c3efa544d1177de3a2b903f
MD5 20e08cee9eb76df6e6e1cb96710f813a
BLAKE2b-256 d5d3bd2378a2a47c0add270799243bdd8dc0a06277357c985cdd2a89b1e5b384

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