• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mostafa / django-saml2-auth
94%

Build:
DEFAULT BRANCH: main
Repo Added 09 Apr 2026 10:13PM UTC
Token wZTmxYJYIh2qh5aCIT5OfRwpcL71voeV8 regen
Build 70 Last
Files 19
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
Sync Branches
  • main
  • bug-fixes
  • ci/workflows-skip-markdown-static
  • dependabot/github_actions/actions/checkout-6.0.3
  • dependabot/github_actions/actions/checkout-7.0.0
  • dependabot/github_actions/actions/checkout-7.0.1
  • dependabot/github_actions/actions/setup-python-6.3.0
  • dependabot/github_actions/actions/setup-python-7.0.0
  • dependabot/github_actions/actions/stale-10.3.0
  • dependabot/github_actions/actions/stale-10.4.0
  • dependabot/github_actions/astral-sh/setup-uv-8.1.0
  • dependabot/github_actions/astral-sh/setup-uv-8.2.0
  • dependabot/github_actions/astral-sh/setup-uv-8.3.2
  • dependabot/github_actions/astral-sh/setup-uv-9.0.0
  • dependabot/pip/coverage-7.14.0
  • dependabot/pip/coverage-7.14.1
  • dependabot/pip/coverage-7.15.2
  • dependabot/pip/cyclonedx-bom-7.3.0
  • dependabot/pip/django-stubs-6.0.2
  • dependabot/pip/django-stubs-6.0.3
  • dependabot/pip/django-stubs-6.0.4
  • dependabot/pip/django-stubs-6.0.5
  • dependabot/pip/mypy-1.20.1
  • dependabot/pip/mypy-1.20.2
  • dependabot/pip/mypy-2.0.0
  • dependabot/pip/mypy-2.1.0
  • dependabot/pip/pytest-9.0.3
  • dependabot/pip/pytest-9.1.1
  • dependabot/pip/pytest-django-4.12.0
  • dependabot/pip/responses-0.26.2
  • dependabot/pip/ruff-0.15.10
  • dependabot/pip/ruff-0.15.11
  • dependabot/pip/ruff-0.15.12
  • dependabot/pip/ruff-0.15.14
  • dependabot/pip/ruff-0.15.22
  • dependabot/pip/testcontainers-4.14.2
  • dependabot/pip/types-setuptools-82.0.0.20260408
  • dependabot/pip/types-setuptools-82.0.0.20260508
  • dependabot/pip/types-setuptools-82.0.0.20260518
  • dependabot/pip/types-setuptools-83.0.0.20260716
  • deps/bump-dev-tooling-and-actions
  • drop/django-4.2-support
  • feature/mock-idp-testing
  • fix/issue-244-pass-email-on-create-user
  • maintenance
  • pyjwt==2.13.0
  • rename-pypi-django-saml2-auth-community
  • security/patch-deps-and-redirect-hardening
  • v3.21.0
  • v3.22.0

03 Jun 2026 07:46PM UTC coverage: 93.676% (+0.1%) from 93.564%
26908901955

push

github

mostafa
chore: drop Django 4.2 and test latest patch per minor line

Remove Django 4.2 from PyPI classifiers, README compatibility matrix,
and CI. Minimum supported Django is now 5.2.8+.

CI no longer pins exact Django patch versions (e.g. 5.2.12). Each matrix
job installs the latest patch in its minor line via semver ranges
(>=5.2.8,<5.3 and >=6.0,<6.1) and logs the resolved version.

Drop the legacy is_safe_url import fallback in views.py; supported
Django releases expose url_has_allowed_host_and_scheme.

1511 of 1613 relevant lines covered (93.68%)

7.49 hits per line

Relevant lines Covered
Build:
Build:
1613 RELEVANT LINES 1511 COVERED LINES
7.49 HITS PER LINE
Source Files on main
  • Tree
  • List 19
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26908901955 main chore: drop Django 4.2 and test latest patch per minor line Remove Django 4.2 from PyPI classifiers, README compatibility matrix, and CI. Minimum supported Django is now 5.2.8+. CI no longer pins exact Django patch versions (e.g. 5.2.12). Each m... push 03 Jun 2026 07:47PM UTC mostafa github
93.68
26907680984 main build(deps): bump pinned GitHub Actions - astral-sh/setup-uv 8.0.0 -> 8.1.0 in release.yml and reusable-test.yml (#15) - actions/stale 10.2.0 -> 10.3.0 in stale.yml (#24) SHA pins updated alongside the version comments to preserve commit-pinning. push 03 Jun 2026 07:23PM UTC mostafa github
93.56
26904465583 main Merge pull request #26 from mostafa/security/patch-deps-and-redirect-hardening security: fix CodeQL redirect alerts and patch 28 Dependabot vulns push 03 Jun 2026 06:22PM UTC web-flow github
93.56
26802160314 main Merge pull request #25 from aliro-technologies/pyjwt==2.13.0 bump pyjwt to 2.13.0 push 02 Jun 2026 06:17AM UTC web-flow github
93.56
24686775422 main Merge pull request #14 from mostafa/dependabot/pip/mypy-1.20.1 build(deps-dev): bump mypy from 1.20.0 to 1.20.1 push 20 Apr 2026 07:45PM UTC web-flow github
93.56
24686561946 main Merge pull request #13 from mostafa/dependabot/pip/testcontainers-4.14.2 build(deps-dev): bump testcontainers from 4.10.0 to 4.14.2 push 20 Apr 2026 07:40PM UTC web-flow github
93.56
24640436390 main Merge pull request #11 from mostafa/dependabot/pip/ruff-0.15.10 chore(deps-dev): bump ruff from 0.15.9 to 0.15.10 push 19 Apr 2026 10:16PM UTC web-flow github
93.56
24639785702 main Merge pull request #12 from mostafa/feature/mock-idp-testing SAML integration tests (real IdP + full hook coverage) push 19 Apr 2026 09:41PM UTC web-flow github
93.56
24281092864 main Merge pull request #10 from mostafa/rename-pypi-django-saml2-auth-community Publish on PyPI as `django-saml2-auth-community` push 11 Apr 2026 11:03AM UTC web-flow github
92.18
24260838378 main Merge pull request #9 from mostafa/ci/workflows-skip-markdown-static ci: skip CI for doc-only changes; split release + zizmor fixes push 10 Apr 2026 07:41PM UTC web-flow github
92.18
See All Builds (70)

Badge your Repo: django-saml2-auth

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc