Skip to content

Commit 5b10670

Browse files
authored
Merge pull request #15 from corbado/13-link-to-integration-guide-and-all-github-examples-in-readme
See in action
2 parents c51f8e0 + f269725 commit 5b10670

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

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)