- Switch VK ID authentication to use JWT tokens
- Implement JWT verification and decoding
- Validate JWT issuer and app ID
- Add VKID OAuth integration and constants
This commit is contained in:
2025-01-25 22:52:04 +04:00
parent bb73b83edf
commit aeff28e094
4 changed files with 43 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "schedule-parser-next",
"version": "3.0.0",
"version": "3.0.1",
"description": "",
"author": "N08I40K",
"private": true,
@@ -41,6 +41,7 @@
"dotenv": "^16.4.7",
"firebase-admin": "^13.0.2",
"jsdom": "^26.0.0",
"jsonwebtoken": "^9.0.2",
"object-hash": "^3.0.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",