Implemented Profile Migration Backend
This commit is contained in:
parent
da9428205f
commit
6cbb726764
8 changed files with 228 additions and 17 deletions
|
|
@ -17,9 +17,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
//NPM Imports
|
||||
const { csrfSync } = require('csrf-sync');
|
||||
|
||||
//Local Imports
|
||||
const {errorHandler} = require('./loggerUtils');
|
||||
|
||||
//Pull needed methods from csrfSync
|
||||
const {generateToken, revokeToken, csrfSynchronisedProtection, isRequestValid} = csrfSync();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue