Implement MultiToken
All checks were successful
Neutral/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-04-01 16:48:13 +02:00
parent f056db13d8
commit 4243d6e651
4 changed files with 66 additions and 26 deletions

View File

@@ -19,6 +19,7 @@ router.get('/', function(req, res, next) {
} else {
ntr.clearCookies(req.cookies.tokenID)
res.clearCookie('tokenID')
res.redirect(302, "/login")