Skip to content

Commit f269725

Browse files
committed
See in action
1 parent c51f8e0 commit f269725

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
The [Corbado](https://www.corbado.com) Python SDK provides convenient access to the [Corbado Backend API](https://apireference.cloud.corbado.io/backendapi-v2/) from applications written in the Python language.
1010

11+
[![integration-guides](https://github.com/user-attachments/assets/7859201b-a345-4b68-b336-6e2edcc6577b)](https://app.corbado.com/getting-started?search=python)
12+
1113
:warning: The Corbado Python SDK is commonly referred to as a private client, specifically designed for usage within closed backend applications. This particular SDK should exclusively be utilized in such environments, as it is crucial to ensure that the API secret remains strictly confidential and is never shared.
1214

1315
:rocket: [Getting started](#rocket-getting-started) | :hammer_and_wrench: [Services](#hammer_and_wrench-services) | :books: [Advanced](#books-advanced) | :speech_balloon: [Support & Feedback](#speech_balloon-support--feedback)
@@ -35,9 +37,12 @@ config: Config = Config(project_id="{project_id}", api_secret="{api_secret}")
3537
sdk = CorbadoSDK(config=config)
3638
```
3739

38-
### Examples
40+
### See in action
3941

40-
A list of examples can be found in the integration tests [here](tests/integration).
42+
- Check [Python Django](https://github.com/corbado/passkeys-python-django) example
43+
- Check [Python Flask](https://github.com/corbado/passkeys-python-flask) example
44+
- Check [Python FastAPI](https://github.com/corbado/passkeys-svelte-fastapi) example
45+
- Check integration tests [here](tests/integration)
4146

4247
## :hammer_and_wrench: Services
4348

0 commit comments

Comments
 (0)