django-cas-ng


Namedjango-cas-ng JSON
Version 5.0.1 PyPI version JSON
download
home_pagehttps://djangocas.dev
SummaryDjango CAS 1.0/2.0/3.0 client authentication library, support Django 2.2, 3.0, 3.1, 3.2, 4.0 and Python 3.7+
upload_time2023-10-17 22:37:41
maintainer
docs_urlNone
authorMing Chen
requires_python>=3.7
licenseBSD
keywords django cas cas2 cas3 client sso single sign-on central authentication service authentication auth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-cas-ng
=============
.. image:: https://img.shields.io/pypi/v/django-cas-ng.svg
    :target: https://pypi.org/project/django-cas-ng/
.. image:: https://img.shields.io/pypi/pyversions/django-cas-ng.svg
    :target: https://pypi.org/project/django-cas-ng/
.. image:: https://codecov.io/gh/django-cas-ng/django-cas-ng/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/django-cas-ng/django-cas-ng
.. image:: https://static.deepsource.io/deepsource-badge-light-mini.svg
    :target: https://deepsource.io/gh/django-cas-ng/django-cas-ng/?ref=repository-badge

`django-cas-ng`_ is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client
library to support SSO (Single Sign On) and Single Logout (SLO).

It supports Django 2.2, 3.0, 3.1, 3.2, 4.0 and Python 3.7+!

**NOTE:**

Since there is no more further CAS protocol development,
Code in this repo is stable and in maintain mode, accept PR for bugfix and minor enhancement.

Document
--------

Checkout document at https://djangocas.dev/docs/latest/

Quick links:

* `CAS 101`_: Introduction to CAS protocol.
* `Example integration`_: A step by step guide on how to integrate this library.
* `Installation`_
* `Configuration`_

Features
--------

- Supports **CAS** versions 1.0, 2.0 and 3.0
- Support Single Logout (needs CAS server support)
- Supports Token auth schemes
- Can fetch Proxy Granting Ticket
- Supports Django 2.2, 3.0, 3.1, 3.2 and 4.0
- Supports using a `User custom model`_
- Supports Python 3.7+
- Supports typing hints in public API.

To support django 1.x and Python 2.x, please use `3.6.0`.

Contributing
------------

New contributors are always welcome! Check out `Contribution`_ to get involved.


Change Log
----------

This project adheres to Semantic Versioning. Checkout all the `Changelog`_.


.. _django-cas-ng: https://djangocas.dev
.. _django-cas: https://bitbucket.org/cpcc/django-cas
.. _User custom model: https://docs.djangoproject.com/en/3.0/topics/auth/customizing/
.. _CAS 101: https://djangocas.dev/blog/cas-101-introduction-to-cas-central-authentication-service/
.. _Example integration: https://djangocas.dev/blog/django-cas-ng-example-project/
.. _Contribution: https://djangocas.dev/docs/latest/contribution.html
.. _Changelog: https://djangocas.dev/docs/latest/changelog.html
.. _Installation: https://djangocas.dev/docs/latest/install.html
.. _Configuration: https://djangocas.dev/docs/latest/configuration.html



            

Raw data

            {
    "_id": null,
    "home_page": "https://djangocas.dev",
    "name": "django-cas-ng",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "django,cas,cas2,cas3,client,sso,single sign-on,Central Authentication Service,authentication,auth",
    "author": "Ming Chen",
    "author_email": "ming@djangocas.dev",
    "download_url": "https://files.pythonhosted.org/packages/bd/47/8e8ae048c3acdc999ebf30b2159c2473ac2bf8f30d0a45c4a0ddea05a4cd/django-cas-ng-5.0.1.tar.gz",
    "platform": null,
    "description": "django-cas-ng\n=============\n.. image:: https://img.shields.io/pypi/v/django-cas-ng.svg\n    :target: https://pypi.org/project/django-cas-ng/\n.. image:: https://img.shields.io/pypi/pyversions/django-cas-ng.svg\n    :target: https://pypi.org/project/django-cas-ng/\n.. image:: https://codecov.io/gh/django-cas-ng/django-cas-ng/branch/master/graph/badge.svg\n    :target: https://codecov.io/gh/django-cas-ng/django-cas-ng\n.. image:: https://static.deepsource.io/deepsource-badge-light-mini.svg\n    :target: https://deepsource.io/gh/django-cas-ng/django-cas-ng/?ref=repository-badge\n\n`django-cas-ng`_ is Django CAS (Central Authentication Service) 1.0/2.0/3.0 client\nlibrary to support SSO (Single Sign On) and Single Logout (SLO).\n\nIt supports Django 2.2, 3.0, 3.1, 3.2, 4.0 and Python 3.7+!\n\n**NOTE:**\n\nSince there is no more further CAS protocol development,\nCode in this repo is stable and in maintain mode, accept PR for bugfix and minor enhancement.\n\nDocument\n--------\n\nCheckout document at https://djangocas.dev/docs/latest/\n\nQuick links:\n\n* `CAS 101`_: Introduction to CAS protocol.\n* `Example integration`_: A step by step guide on how to integrate this library.\n* `Installation`_\n* `Configuration`_\n\nFeatures\n--------\n\n- Supports **CAS** versions 1.0, 2.0 and 3.0\n- Support Single Logout (needs CAS server support)\n- Supports Token auth schemes\n- Can fetch Proxy Granting Ticket\n- Supports Django 2.2, 3.0, 3.1, 3.2 and 4.0\n- Supports using a `User custom model`_\n- Supports Python 3.7+\n- Supports typing hints in public API.\n\nTo support django 1.x and Python 2.x, please use `3.6.0`.\n\nContributing\n------------\n\nNew contributors are always welcome! Check out `Contribution`_ to get involved.\n\n\nChange Log\n----------\n\nThis project adheres to Semantic Versioning. Checkout all the `Changelog`_.\n\n\n.. _django-cas-ng: https://djangocas.dev\n.. _django-cas: https://bitbucket.org/cpcc/django-cas\n.. _User custom model: https://docs.djangoproject.com/en/3.0/topics/auth/customizing/\n.. _CAS 101: https://djangocas.dev/blog/cas-101-introduction-to-cas-central-authentication-service/\n.. _Example integration: https://djangocas.dev/blog/django-cas-ng-example-project/\n.. _Contribution: https://djangocas.dev/docs/latest/contribution.html\n.. _Changelog: https://djangocas.dev/docs/latest/changelog.html\n.. _Installation: https://djangocas.dev/docs/latest/install.html\n.. _Configuration: https://djangocas.dev/docs/latest/configuration.html\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Django CAS 1.0/2.0/3.0 client authentication library, support Django 2.2, 3.0, 3.1, 3.2, 4.0 and Python 3.7+",
    "version": "5.0.1",
    "project_urls": {
        "Download": "https://github.com/django-cas-ng/django-cas-ng/releases",
        "Homepage": "https://djangocas.dev"
    },
    "split_keywords": [
        "django",
        "cas",
        "cas2",
        "cas3",
        "client",
        "sso",
        "single sign-on",
        "central authentication service",
        "authentication",
        "auth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da0a96342c8580bb7d564a4be53c9fef035acdbec3b578dfff5b89b2fedf57f1",
                "md5": "1545fe922f96ec0bb602f2f4146fcf55",
                "sha256": "76f400c1efc75511fbc8566cb376ece7178a922187c8e01bede257f5b405892a"
            },
            "downloads": -1,
            "filename": "django_cas_ng-5.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1545fe922f96ec0bb602f2f4146fcf55",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 27175,
            "upload_time": "2023-10-17T22:37:39",
            "upload_time_iso_8601": "2023-10-17T22:37:39.429725Z",
            "url": "https://files.pythonhosted.org/packages/da/0a/96342c8580bb7d564a4be53c9fef035acdbec3b578dfff5b89b2fedf57f1/django_cas_ng-5.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd478e8ae048c3acdc999ebf30b2159c2473ac2bf8f30d0a45c4a0ddea05a4cd",
                "md5": "a9d232ee12fe5f450a35e36f44ed5687",
                "sha256": "e02ba35cc289e3478ca43185383ba24e4f690a41110927e87e92ac6675248541"
            },
            "downloads": -1,
            "filename": "django-cas-ng-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a9d232ee12fe5f450a35e36f44ed5687",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 18912,
            "upload_time": "2023-10-17T22:37:41",
            "upload_time_iso_8601": "2023-10-17T22:37:41.689084Z",
            "url": "https://files.pythonhosted.org/packages/bd/47/8e8ae048c3acdc999ebf30b2159c2473ac2bf8f30d0a45c4a0ddea05a4cd/django-cas-ng-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-17 22:37:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "django-cas-ng",
    "github_project": "django-cas-ng",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "django-cas-ng"
}
        
Elapsed time: 0.13972s