An open API service indexing awesome lists of open source software.

https://github.com/swimmwatch/vk-mini-app-auth

:lock: Python package that implements VK Mini Apps authentication algorithms.
https://github.com/swimmwatch/vk-mini-app-auth

authentication python vk vk-mini-apps vkontakte

Last synced: 10 months ago
JSON representation

:lock: Python package that implements VK Mini Apps authentication algorithms.

Awesome Lists containing this project

README

          

# vk-mini-app-auth

![vk-mini-app-auth](https://socialify.git.ci/swimmwatch/vk-mini-app-auth/image?description=1&font=Raleway&language=1&name=1&owner=1&pattern=Brick%20Wall&theme=Dark)




PyPI


Supported Python Versions




License


Code style


Linter


Type checker


Package health




Tests


Coverage


Release


Docs


This Python package implements [VK Mini Apps authentication algorithms](https://dev.vk.com/en/mini-apps/development/launch-params-sign).
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
```bash
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](https://swimmwatch.github.io/vk-mini-app-auth/).

## License
`vk-mini-app-auth` is licensed under the [MIT License](LICENSE).