Skip to main content

A simple Django app to provide role based authentication for users.

Project description

=====
Authorize
=====

|travis| |codacy| |coverage| |pypipackage|

Authorize is a simple Django authentication app to to provide role based
authentication for users.

Detailed documentation will be uploaded soon.

Quick start
-----------

1. Install "authorize" like this::

pip install django-authorize

2. Add "authorize" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'authorize',
]

3. Include the authorize URLconf in your project urls.py like this::

path('auth/', include('authorize.urls')),

4. Include the authorize API URLconf in your project urls.py like this::

path('auth/api/' include('authorize.api.urls'))

5. Run `python manage.py migrate` to create the authorize models.

6. Start the development server and visit http://127.0.0.1:8000/auth/
to view authorize index.

.. |travis| image:: https://travis-ci.org/hchockarprasad/django-authorize.svg?branch=master
:target: https://travis-ci.org/hchockarprasad/django-authorize
.. |codacy| image:: https://api.codacy.com/project/badge/Grade/b300f959438e4ca7b948fb1065d7ce97
:alt: Codacy Badge
  :target: https://www.codacy.com/app/hchockarprasad/django-authorize?utm_source=github.com&utm_medium=referral&utm_content=hchockarprasad/django-authorize&utm_campaign=badger
.. |pypipackage| image:: https://badge.fury.io/py/django-authorize.svg
  :target: https://badge.fury.io/py/django-authorize
.. |coverage| image:: https://img.shields.io/codecov/c/github/hchockarprasad/django-authorize/master.svg
:target: https://codecov.io/gh/hchockarprasad/django-authorize

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

django-authorize-0.1.1.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file django-authorize-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-authorize-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a86a2807901871a0b27ffedafef03f19babfaf49fe445453a546730a0053ee91
MD5 8e3fb8563dbf4eef94314cc41c1dffe3
BLAKE2b-256 0dbb2e980d9e21909be4d0c3882cd646bf179e9f2a5a1dc7d4ad50f5c16b85db

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