Skip to content

vk-mini-app-auth

vk-mini-app-auth

This Python package implements VK Mini Apps authentication algorithms. It is designed to be simple and easy to use, providing a straightforward way to authenticate users in VK Mini Apps.

Features

  • Easy to use: The package is designed to be simple and intuitive, making it easy to integrate into your VK Mini App.
  • Secure: It implements the authentication algorithms as described in the VK Mini Apps documentation, ensuring that your app's authentication is secure.
  • Lightweight: The package is small and does not have any external dependencies, making it easy to include in your project without adding unnecessary bloat.
  • Type hints: The package is fully typed, providing better code completion and type checking in your IDE.
  • Well-documented: The package comes with comprehensive documentation, making it easy to understand how to use it effectively.
  • Tested: The package includes unit tests to ensure that it works correctly and reliably.
  • Supports Python 3.9+: The package is compatible with Python 3.9 and later versions, ensuring that it works with modern Python environments.
  • Open source: The package is open source and licensed under the MIT License, allowing you to use it freely in your projects.

Requirements

  • Python 3.9 or later
  • No external dependencies

Installation

pip install vk-mini-app-auth
# or
poetry add vk-mini-app-auth
# or
uv add vk-mini-app-auth

Documentation

For detailed documentation, please visit the vk-mini-app-auth documentation.

License

vk-mini-app-auth is licensed under the MIT License.