Skip to content

Guide

Use this guide to wire VK Mini Apps authentication into a Python backend.

  • Installation

    Install the package and prepare VK app credentials.

    Install

  • Quickstart

    Validate a request and extract a trusted vk_user_id.

    Quickstart

  • Launch parameters

    Understand the signed vk_* payload and TTL behavior.

    Launch parameters

  • Framework examples

    Apply the same checks in FastAPI, Django, and Django Ninja.

    Examples