fix: wip
Some checks are pending
/ deploy (push) Blocked by required conditions
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Has started running
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 1m40s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 2m35s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m27s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m24s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 1m52s
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 2m29s

This commit is contained in:
devthejo 2025-06-30 13:50:26 +02:00
parent 391fd6d380
commit 2518ced0fa

View file

@ -10,7 +10,7 @@ module.exports = ({ services: { sortRolesByLevel, signJwt } }) => {
const { claimsNamespace, jwtExpirationInHours } = config
async function validateAuthToken(authTokenJwt) {
function validateAuthToken(authTokenJwt) {
try {
const { authToken } = jwtDecode(authTokenJwt)
return authToken