node-pt / src /constants /jwt.constant.ts
Abdul Rehman
first commit
ae1ae66
raw
history blame
70 Bytes
export const jwtConstants = {
secret: "secretKey",
salt: 10
};