Compare commits
1 Commits
c275367d86
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85ed6cccd4 |
@@ -2,5 +2,6 @@ export const PASSPORT_OPTIONS = Symbol('PassportOptions')
|
|||||||
|
|
||||||
export const TOKEN_TYPES = {
|
export const TOKEN_TYPES = {
|
||||||
AUTH: 'PassportToken/v1',
|
AUTH: 'PassportToken/v1',
|
||||||
|
REFRESH: 'PassportToken/v1/refresh',
|
||||||
TEMP_2FA: 'PassportToken/v1/2fa'
|
TEMP_2FA: 'PassportToken/v1/2fa'
|
||||||
} as const
|
} as const
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@lendry-erp/passport",
|
"name": "@lendry-erp/passport",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "Библиотека для аутентификации.",
|
"description": "Библиотека для аутентификации.",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user