Skip to content

Commit

Permalink
updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoPrevato committed Nov 15, 2021
1 parent 72e7a8c commit 88679b6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,18 @@ async def only_for_authenticated_users():
...
```

Moreover, since version `1.2.1`, BlackSheep implements built-in support for
**advanced authentication features** :gem: :
Since version `1.2.1`, BlackSheep implements:

* [Built-in support for OpenID Connect authentication](https://www.neoteroi.dev/blacksheep/authentication/#oidc)
* [Built-in support for JWT Bearer authentication](https://www.neoteroi.dev/blacksheep/authentication/#jwt-bearer)

Meaning that it makes it extremely easy to integrate with services such as:
Meaning that it is extremely easy to integrate with services such as:
* [Auth0](https://auth0.com)
* [Azure Active Directory](https://azure.microsoft.com/en-us/services/active-directory/)
* [Azure Active Directory B2C](https://docs.microsoft.com/en-us/azure/active-directory-b2c/overview)
* [Okta](https://www.okta.com)

To handle users' authentication, sign-in, and authorization. Refer to the
documentation for more details and examples.
Refer to the documentation for more details and examples.

## Web framework features
* [ASGI compatibility](https://www.neoteroi.dev/blacksheep/asgi/)
Expand Down

0 comments on commit 88679b6

Please sign in to comment.