mirror of
https://github.com/n08i40k/schedule-parser-next.git
synced 2025-12-06 17:57:45 +03:00
3.0.1
- 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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user