Skip to content

Commit

Permalink
chore: add documentation page
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Jul 12, 2020
1 parent 7390b64 commit a8c927d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ dmypy.json

# Pyre type checker
.pyre/

publish.ps1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![build](https://github.com/CaselIT/falcon-auth2/workflows/Run%20tests/badge.svg)](https://github.com/CaselIT/falcon-auth2/actions?query=workflow%3A%22Run+tests%22)
[![pypi](https://img.shields.io/pypi/v/falcon-auth2.svg)](https://pypi.python.org/pypi/falcon-auth2)

[![Documentation Status](https://readthedocs.org/projects/falcon-auth2/badge/?version=latest)](https://falcon-auth2.readthedocs.io/en/latest/?badge=latest)

Falcon authentication middleware that supports multiple authentication schemes.

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords =
auth
authentication
project_urls =
# Documentation = https://todo
Documentation = https://falcon-auth2.readthedocs.io
Issue Tracker = https://github.com/CaselIT/falcon-auth2/issues

[options]
Expand Down

0 comments on commit a8c927d

Please sign in to comment.