node-pt / src /constants /jwt.constant.ts
bardd's picture
first commit
7b850b7
raw
history blame contribute delete
73 Bytes
export const jwtConstants = {
secret: "secretKey",
salt: 10
};