Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

fix: jwt fix #64

Closed davelsan closed 3 years ago

davelsan commented 3 years ago

Summary

This PR fixes all instances where JWT tokens where decoded using a hardcoded something-secret string. It also fixes the .gitignore file so that package-lock.json and code-generated files are committed to the repository.

Changes