{"id":13849417,"url":"https://github.com/python-cas/python-cas","last_synced_at":"2025-10-21T20:07:41.925Z","repository":{"id":33840031,"uuid":"37541882","full_name":"python-cas/python-cas","owner":"python-cas","description":"Python CAS (Central Authentication Service) client library support CAS 1.0/2.0/3.0","archived":false,"fork":false,"pushed_at":"2025-10-08T15:32:16.000Z","size":1000,"stargazers_count":100,"open_issues_count":6,"forks_count":48,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-08T17:37:04.473Z","etag":null,"topics":["authentication","cas","casclient","python","single-sign-on"],"latest_commit_sha":null,"homepage":"https://djangocas.dev/docs/latest/modules/python_cas.html","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python-cas.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-06-16T16:23:38.000Z","updated_at":"2025-10-08T15:30:16.000Z","dependencies_parsed_at":"2024-01-18T09:04:51.521Z","dependency_job_id":"ff67814a-6df2-47fa-bd5c-45362e9c1b5a","html_url":"https://github.com/python-cas/python-cas","commit_stats":{"total_commits":106,"total_committers":20,"mean_commits":5.3,"dds":0.8018867924528301,"last_synced_commit":"d3f08d26550e0098cf55daf78016ed633c175645"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/python-cas/python-cas","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-cas%2Fpython-cas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-cas%2Fpython-cas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-cas%2Fpython-cas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-cas%2Fpython-cas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python-cas","download_url":"https://codeload.github.com/python-cas/python-cas/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python-cas%2Fpython-cas/sbom","scorecard":{"id":752133,"data":{"date":"2025-08-11","repo":{"name":"github.com/python-cas/python-cas","commit":"423153450a9c17001260182759d13551c728d6b6"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.5,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/CI.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Code-Review","score":3,"reason":"Found 7/18 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/python-cas/python-cas/CI.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/CI.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/python-cas/python-cas/CI.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/CI.yml:26","Warn: pipCommand not pinned by hash: .github/workflows/CI.yml:27","Warn: pipCommand not pinned by hash: .github/workflows/CI.yml:28","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 pipCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":0,"reason":"Project has not signed or included provenance with any releases.","details":["Warn: release artifact v1.6.0 not signed: https://api.github.com/repos/python-cas/python-cas/releases/49756622","Warn: release artifact v1.5.0 not signed: https://api.github.com/repos/python-cas/python-cas/releases/23267869","Warn: release artifact v1.4.0 not signed: https://api.github.com/repos/python-cas/python-cas/releases/13335050","Warn: release artifact v1.2.0 not signed: https://api.github.com/repos/python-cas/python-cas/releases/4582595","Warn: release artifact v1.1.0 not signed: https://api.github.com/repos/python-cas/python-cas/releases/2091300","Warn: release artifact v1.6.0 does not have provenance: https://api.github.com/repos/python-cas/python-cas/releases/49756622","Warn: release artifact v1.5.0 does not have provenance: https://api.github.com/repos/python-cas/python-cas/releases/23267869","Warn: release artifact v1.4.0 does not have provenance: https://api.github.com/repos/python-cas/python-cas/releases/13335050","Warn: release artifact v1.2.0 does not have provenance: https://api.github.com/repos/python-cas/python-cas/releases/4582595","Warn: release artifact v1.1.0 does not have provenance: https://api.github.com/repos/python-cas/python-cas/releases/2091300"],"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Vulnerabilities","score":0,"reason":"11 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-55x5-fj6c-h6m8","Warn: Project is vulnerable to: PYSEC-2021-19 / GHSA-jq4v-f5q6-mjqq","Warn: Project is vulnerable to: PYSEC-2020-62 / GHSA-pgww-xf46-h92r","Warn: Project is vulnerable to: PYSEC-2022-230 / GHSA-wrxv-2j5q-m38w","Warn: Project is vulnerable to: PYSEC-2018-12 / GHSA-xp26-p53h-6h2p","Warn: Project is vulnerable to: PYSEC-2014-14 / GHSA-652x-xj99-gmcc","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-9wx4-h78v-vm56","Warn: Project is vulnerable to: PYSEC-2014-13 / GHSA-cfj3-7x9c-4p3h","Warn: Project is vulnerable to: PYSEC-2018-28 / GHSA-x84v-xcm2-53pg","Warn: Project is vulnerable to: PYSEC-2022-43017 / GHSA-qwmp-2cf2-g9g6"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 26 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-22T20:39:41.808Z","repository_id":33840031,"created_at":"2025-08-22T20:39:41.809Z","updated_at":"2025-08-22T20:39:41.809Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280325314,"owners_count":26311421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-21T02:00:06.614Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","cas","casclient","python","single-sign-on"],"created_at":"2024-08-04T19:01:17.283Z","updated_at":"2025-10-21T20:07:41.919Z","avatar_url":"https://github.com/python-cas.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"Python CAS\n==========\n\n.. image:: https://github.com/python-cas/python-cas/actions/workflows/CI.yml/badge.svg\n    :target: https://github.com/python-cas/python-cas/actions/workflows/CI.yml\n\n``Python CAS`` implements CAS protocol (Central Authentication Service) client.\n\nThis project was started by refactoring out **CASClient** classes from the\n`django-cas-ng`_ project.\n\nNow **CASClient** can be used by any python project,\ne.g. Django, Pyramid, Flask, Sanic, FastAPI, Tornado, web2py etc.\n\nFeatures\n--------\n\n- Support Client part of **CAS** version 1.0, 2.0 and 3.0.\n- Support Python 3.10+\n\n\nDocumentation\n-------------\n\n- `API Documentation`_\n- `Sample integration with Flask`_\n\n\nInstallation\n------------\n\nInstall the latest stable release with `pip`_::\n\n    pip install python-cas\n\nInstall the latest code::\n\n    pip install https://github.com/python-cas/python-cas/archive/master.zip\n\nInstall from source code::\n\n    git clone --depth 1 git@github.com:python-cas/python-cas.git\n    cd python-cas\n    python setup.py install\n\n\nTesting\n-------\n\nEvery code commit triggers a **travis-ci** build. checkout current build status at https://travis-ci.org/python-cas/python-cas\n\nTesting is managed by ``pytest`` and ``tox``.\nBefore run install, you need install required packages for testing::\n\n    pip install -r requirements-dev.txt\n\n\nTo run testing on locally::\n\n    py.test\n\n\nTo run all testing on all enviroments locally::\n\n    tox\n\n\nContribution\n------------\n\nContributions are welcome!\n\nIf you would like to contribute this project.\nPlease feel free to fork and send pull request.\nPlease make sure tests are passed.\nAlso welcome to add your name to **Credits** section of this document.\n\nNew code should follow both `PEP8`_.\n\n\nCredits\n-------\n\n* `django-cas`_.\n* `Stefan Horomnea`_.\n* `Piotr Buliński`_.\n* `Piper Merriam`_.\n* `Nathan Brown`_.\n* `Jason Brownbridge`_.\n* `Bryce Groff`_.\n* `Jeffrey P Gill`_.\n* `timkung1`_.\n* `Domingo Yeray Rodríguez Martín`_.\n* `Rayco Abad-Martín`_.\n* `Édouard Lopez`_.\n* `Guillaume Vincent`_.\n* `Evgeny Fadeev`_.\n* `Mehdi Benadda`_.\n\nReferences\n----------\n\n* `django-cas-ng`_\n* `CAS protocol`_\n* `Jasig CAS server`_\n\n.. _CAS protocol: https://djangocas.dev/docs/latest/CAS-Protocol-Specification.html\n.. _django-cas-ng: https://github.com/django-cas-ng/django-cas-ng\n.. _django-cas: https://bitbucket.org/cpcc/django-cas\n.. _pip: http://www.pip-installer.org/\n.. _PEP8: https://www.python.org/dev/peps/pep-0008/\n.. _Django coding style: https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style\n.. _User custom model: https://docs.djangoproject.com/en/1.5/topics/auth/customizing/\n.. _Jasig CAS server: http://jasig.github.io/cas\n.. _Piotr Buliński: https://github.com/piotrbulinski\n.. _Stefan Horomnea: https://github.com/choosy\n.. _Piper Merriam: https://github.com/pipermerriam\n.. _Nathan Brown: https://github.com/tsitra\n.. _Jason Brownbridge: https://github.com/jbrownbridge\n.. _Bryce Groff: https://github.com/bgroff\n.. _Jeffrey P Gill: https://github.com/jpg18\n.. _timkung1: https://github.com/timkung1\n.. _Domingo Yeray Rodríguez Martín: https://github.com/dyeray\n.. _Rayco Abad-Martín: https://github.com/Rayco\n.. _Édouard Lopez: https://github.com/edouard-lopez\n.. _Guillaume Vincent: https://github.com/guillaumevincent\n.. _Evgeny Fadeev: https://github.com/evgenyfadeev\n.. _Mehdi Benadda: https://github.com/mbenadda\n.. _API Documentation: https://djangocas.dev/docs/latest/modules/python_cas.html\n.. _Sample integration with Flask: https://djangocas.dev/blog/python-cas-flask-example/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-cas%2Fpython-cas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython-cas%2Fpython-cas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython-cas%2Fpython-cas/lists"}