mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-01-20 11:50:27 +00:00
- Add JWT authentication for cabinet users - Add Telegram WebApp authentication - Add subscription management endpoints - Add balance and transactions endpoints - Add referral system endpoints - Add tickets support for cabinet - Add webhooks and websocket for real-time updates - Add email verification service 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
11 lines
214 B
Python
11 lines
214 B
Python
"""
|
|
Cabinet module - Personal Account for VPN Bot users.
|
|
|
|
This module provides:
|
|
- JWT-based authentication (Telegram + Email)
|
|
- Subscription management
|
|
- Balance & payments
|
|
- Referral program
|
|
- Support tickets
|
|
"""
|