diff --git a/README.md b/README.md index e1a46ea..662986b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ 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. +[![integration-guides](https://github.com/user-attachments/assets/7859201b-a345-4b68-b336-6e2edcc6577b)](https://app.corbado.com/getting-started?search=python) + :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. :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}") sdk = CorbadoSDK(config=config) ``` -### Examples +### See in action -A list of examples can be found in the integration tests [here](tests/integration). +- Check [Python Django](https://github.com/corbado/passkeys-python-django) example +- Check [Python Flask](https://github.com/corbado/passkeys-python-flask) example +- Check [Python FastAPI](https://github.com/corbado/passkeys-svelte-fastapi) example +- Check integration tests [here](tests/integration) ## :hammer_and_wrench: Services