Skip to content

Commit

Permalink
github actions badge in README
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed May 1, 2020
1 parent 9a1d06d commit 02515a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: Python package
name: djangosaml2

on:
push:
Expand Down
11 changes: 5 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
djangosaml2
===========

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


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

0 comments on commit 02515a2

Please sign in to comment.