Skip to content

Commit b44cee5

Browse files
Update README.md
1 parent ed664fa commit b44cee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Various examples for BlackSheep.
66
| [./testing-api/](./testing-api) | Shows how to test a BlackSheep API using `pytest` and the provided `TestClient` (see also [testing](https://www.neoteroi.dev/blacksheep/testing/)) |
77
| [./piccolo-admin/](./piccolo-admin) | Shows how to use the mount feature to use [Piccolo Admin](https://github.com/piccolo-orm/piccolo_admin) in BlackSheep |
88
| [./jwt-validation](./jwt-validation) | Shows how to configure a BlackSheep API that uses JWTs to implement authentication and authorization for users |
9-
| [./oidc](./oidc) | Shows how to configure a BlackSheep app to use OpenID Connect and integrated with: Azure Active Directory, Auth0, or Okta. |
9+
| [./oidc](./oidc) | Shows how to configure a BlackSheep app to use OpenID Connect and integrate with: Azure Active Directory, Auth0, or Okta. |
1010
| [./aad-machine-to-machine](./aad-machine-to-machine) | Shows how to configure an API that requires access tokens issued by Azure Active Directory, and how to obtain access tokens using [MSAL for Python](https://github.com/AzureAD/microsoft-authentication-library-for-python) for a confidential client (machine to machine communication) |
1111
| [./websocket-chat](./websocket-chat) | Shows how to use WebSocket with BlackSheep, the example consists of a simple chat application built using WebSocket and VueJS |

0 commit comments

Comments
 (0)