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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user