Various examples for BlackSheep.
Example | Description |
---|---|
./testing-api/ | Shows how to test a BlackSheep API using pytest and the provided TestClient (see also testing) |
./piccolo-admin/ | Shows how to use the mount feature to use Piccolo Admin in BlackSheep |
./jwt-validation | Shows how to configure a BlackSheep API that uses JWTs to implement authentication and authorization for users |
./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 for a confidential client (machine to machine communication) |
./websocket-chat | Shows how to use WebSocket with BlackSheep, the example consists of a simple chat application built using WebSocket and VueJS |