add injection tokens

This commit is contained in:
mamor87 2025-08-23 22:59:33 +02:00
parent 12ec567afa
commit 3e994090f1
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@apihub24/authentication",
"version": "1.0.0",
"version": "1.0.1",
"description": "",
"main": "dist/index.js",
"types": "./dist/index.d.ts",

View File

@ -10,3 +10,8 @@ export * from "./services/mail.verification.service";
export * from "./services/password.service";
export * from "./services/session.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";