I'm securizing an application with "jsonwebtoken". The case is, after having managed to return the token correctly, I am about to verify.
'use strict'
const fs = require('fs'),
jwt = require('jsonwebtoken'),
moment = require('moment')...
asked by
31.07.2018 / 22:41