Refactored issuing token to function

This commit is contained in:
Alex Holliday
2024-05-22 10:53:58 -07:00
parent b1afdaa776
commit 7dbd3b28d2

View File

@@ -0,0 +1 @@
const verifyJwt = (req, res, next) => {};