django-cas-nge


Namedjango-cas-nge JSON
Version 4.3.3 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-04-27 08:56:22
maintainer
docs_urlNone
authorJoneai
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.
            Extended from `django-cas-ng 4.3.0`_.

Solved the 'max key length' problem of mysql.

Support creating users with more attribute fields.


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
.. _django-cas-ng 4.3.0: https://github.com/tacnaci/django-cas-ng

            

Raw data

            {
    "_id": null,
    "home_page": "https://djangocas.dev",
    "name": "django-cas-nge",
    "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": "Joneai",
    "author_email": "mxjoneai@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e9/1e/a393a92568250a7990463e69ba59e3555d316dc673dd146ef1d3e09184cb/django-cas-nge-4.3.3.tar.gz",
    "platform": null,
    "description": "Extended from `django-cas-ng 4.3.0`_.\n\nSolved the 'max key length' problem of mysql.\n\nSupport creating users with more attribute fields.\n\n\ndjango-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.. _django-cas-ng 4.3.0: https://github.com/tacnaci/django-cas-ng\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": "4.3.3",
    "split_keywords": [
        "django",
        "cas",
        "cas2",
        "cas3",
        "client",
        "sso",
        "single sign-on",
        "central authentication service",
        "authentication",
        "auth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e91ea393a92568250a7990463e69ba59e3555d316dc673dd146ef1d3e09184cb",
                "md5": "983f09c24b32c2034c407b51b2e759a0",
                "sha256": "21b9d8c6a77e3b08b77c5844a97ff4d0a3162c01cec59d69feb53278dbaa5a49"
            },
            "downloads": -1,
            "filename": "django-cas-nge-4.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "983f09c24b32c2034c407b51b2e759a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 24200,
            "upload_time": "2023-04-27T08:56:22",
            "upload_time_iso_8601": "2023-04-27T08:56:22.565995Z",
            "url": "https://files.pythonhosted.org/packages/e9/1e/a393a92568250a7990463e69ba59e3555d316dc673dd146ef1d3e09184cb/django-cas-nge-4.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-27 08:56:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "django-cas-nge"
}
        
Elapsed time: 0.08966s