express-rest-api-boilerplate icon indicating copy to clipboard operation
express-rest-api-boilerplate copied to clipboard

Express REST API with JWT Authentication and support for sqlite, mysql, and postgresql

Results 15 express-rest-api-boilerplate issues
Sort by recently updated
recently updated
newest added

How to add file upload functionality using **multer** middleware in this boilerplate.

enhancement

Currently the access token is valid as long as the expiration time is set to and than the user has to re-authenticate. This means if the token is valid for...

enhancement
help wanted

How to use document generator npm ? like https://www.npmjs.com/package/api-doc-generator because we have a diffrent format of the route.js

@ace3 / @aichbauer can you help me how can I setup the 1:1, 1:N relations in this setup. I am not able to do it and getting error. Please help.

We should let the user know if they use a unsafe JWT_SECRET when they are not using `production`. `jsonwebtoken` uses `HS256` as algorithmen, I read an [article](https://auth0.com/blog/brute-forcing-hs256-is-possible-the-importance-of-using-strong-keys-to-sign-jwts/) that it is...

enhancement
help wanted