retropilot-server/controllers/authentication.js

12 lines
84 B
JavaScript

async function validateJWT(JWT, Key) {
}
module.exports = {
validateJWT
}