Skip to content
Snippets Groups Projects
Commit a6fd48c9 authored by Alexandros Georgantas's avatar Alexandros Georgantas Committed by Yannis Barlas
Browse files

feat(server): expose verifyJWT added

parent f47844f4
No related branches found
No related tags found
2 merge requests!52Docx,!17Graphql api
...@@ -38,10 +38,12 @@ const fileStorage = { ...@@ -38,10 +38,12 @@ const fileStorage = {
// const { serviceHandshake } = require('./helpers') // const { serviceHandshake } = require('./helpers')
const createJWT = authentication.token.create const createJWT = authentication.token.create
const verifyJWT = authentication.token.verify
module.exports = { module.exports = {
app, app,
createJWT, createJWT,
verifyJWT,
pubsubManager, pubsubManager,
startServer, startServer,
modelTypes, modelTypes,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment