11[ ![ Build] ( https://github.com/Neoteroi/guardpost/workflows/Build/badge.svg )] ( https://github.com/Neoteroi/guardpost/actions?query=workflow%3ABuild )
2- [ ![ pypi] ( https://img.shields.io/pypi/v/neoteroi-auth .svg?color=blue )] ( https://pypi.org/project/neoteroi-auth / )
3- [ ![ versions] ( https://img.shields.io/pypi/pyversions/neoteroi-auth .svg )] ( https://github.com/Neoteroi/guardpost )
2+ [ ![ pypi] ( https://img.shields.io/pypi/v/guardpost .svg?color=blue )] ( https://pypi.org/project/guardpost / )
3+ [ ![ versions] ( https://img.shields.io/pypi/pyversions/guardpost .svg )] ( https://github.com/Neoteroi/guardpost )
44[ ![ license] ( https://img.shields.io/github/license/Neoteroi/guardpost.svg )] ( https://github.com/Neoteroi/guardpost/blob/main/LICENSE )
55[ ![ codecov] ( https://codecov.io/gh/Neoteroi/guardpost/branch/main/graph/badge.svg?token=sBKZG2D1bZ )] ( https://codecov.io/gh/Neoteroi/guardpost )
66
@@ -23,13 +23,13 @@ although its implementation is extremely different.
2323## Installation
2424
2525``` bash
26- pip install neoteroi-auth
26+ pip install guardpost
2727```
2828
2929To install with support for ` JSON Web Tokens (JWTs) ` validation:
3030
3131```
32- pip install neoteroi-auth [jwt]
32+ pip install guardpost [jwt]
3333```
3434
3535### Examples
@@ -48,13 +48,12 @@ Usually, to implement authorization, is necessary to have the context of the
4848entity that is executing the action.
4949
5050## Usage in BlackSheep
51- ` neoteroi-auth ` is used in the second version of the
52- [ BlackSheep] ( https://www.neoteroi.dev/blacksheep/ ) web framework, to implement
53- [ authentication and authorization
51+ ` guardpost ` is used in the [ BlackSheep] ( https://www.neoteroi.dev/blacksheep/ )
52+ web framework, to implement [ authentication and authorization
5453strategies] ( https://www.neoteroi.dev/blacksheep/authentication/ ) for request
5554handlers.
5655
57- To see how ` neoteroi-auth ` is used in ` blacksheep ` web framework, read:
56+ To see how ` guardpost ` is used in ` blacksheep ` web framework, read:
5857
5958* [ Authentication] ( https://www.neoteroi.dev/blacksheep/authentication/ )
6059* [ Authorization] ( https://www.neoteroi.dev/blacksheep/authorization/ )
0 commit comments