Skip to content

Commit 02515a2

Browse files
committed
github actions badge in README
1 parent 9a1d06d commit 02515a2

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: .github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Python package
4+
name: djangosaml2
55

66
on:
77
push:

Diff for: README.rst

+5-6
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
djangosaml2
33
===========
44

5-
.. image:: https://travis-ci.org/knaperek/djangosaml2.svg?branch=master
6-
:target: https://travis-ci.org/knaperek/djangosaml2
7-
:align: left
5+
.. image:: https://github.com/knaperek/djangosaml2/workflows/djangosaml2/badge.svg
6+
:target: https://github.com/knaperek/djangosaml2/workflows/djangosaml2/badge.svg
87

98

10-
djangosaml2 is a Django application that integrates the PySAML2 library
11-
into your project. This mean that you can protect your Django based project
12-
with a service provider based on PySAML. This way it will talk SAML2 with
9+
A Django application that builds a Fully Compliant SAML2 Service Provider on top of PySAML2 library.
10+
This mean that you can protect your Django based project
11+
with a SAML2 SSO Authentication. This way it will talk SAML2 with
1312
your Identity Provider allowing you to use this authentication mechanism.
1413
This document will guide you through a few simple steps to accomplish
1514
such goal.

0 commit comments

Comments
 (0)