You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ Various examples for BlackSheep.
6
6
|[./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/)) |
7
7
|[./piccolo-admin/](./piccolo-admin)| Shows how to use the mount feature to use [Piccolo Admin](https://github.com/piccolo-orm/piccolo_admin) in BlackSheep |
8
8
|[./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.|
10
10
|[./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) |
11
11
|[./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