fix(auth): found some bugs in the jwt token
This commit is contained in:
10
globals.d.ts
vendored
Normal file
10
globals.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare global {
|
||||
namespace NodeJS {
|
||||
interface ProcessEnv {
|
||||
JWT_SECRET: string;
|
||||
JWT_EXPIRES: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user