add injection tokens
This commit is contained in:
parent
12ec567afa
commit
3e994090f1
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@apihub24/authentication",
|
"name": "@apihub24/authentication",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|||||||
@ -10,3 +10,8 @@ export * from "./services/mail.verification.service";
|
|||||||
export * from "./services/password.service";
|
export * from "./services/password.service";
|
||||||
export * from "./services/session.service";
|
export * from "./services/session.service";
|
||||||
export * from "./services/token.service";
|
export * from "./services/token.service";
|
||||||
|
|
||||||
|
export const APIHUB24_PASSWORD_SERVICE = "@apihub24/password_service";
|
||||||
|
export const APIHUB24_MAIL_SERVICE = "@apihub24/mail_service";
|
||||||
|
export const APIHUB24_SESSION_SERVICE = "@apihub24/session_service";
|
||||||
|
export const APIHUB24_TOKEN_SERVICE = "@apihub24/token_service";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user