1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-11 08:20:04 +00:00

fix: return same tokens if not expired

This commit is contained in:
2022-09-21 22:12:03 +05:00
parent a810f6c7cf
commit 330c020933
4 changed files with 52 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ import {
authenticateRefreshToken
} from '../../middlewares'
import { authorizeValidation, tokenValidation } from '../../utils'
import { tokenValidation } from '../../utils'
import { InfoJWT } from '../../types'
const authRouter = express.Router()