Shayne Czyzewski
Shayne Czyzewski
We currently lack the ability to do email verification and password reset for the `EmailAndPassword` Auth method. This RFP-lite proposes a direction to solve this. We could leverage [Nodemailer](https://nodemailer.com/about/) for...
# Description This PR is an exploratory proof of concept to see what breaks when we upgrade all of our NPM dependencies to the latest versions. ## Impact - Wasp's...
# Description This change aims to reduce the number of unnecessary "you should migrate" warnings the Wasp CLI produces during compilation by interrogating the actual database with Prisma commands. >...
**Is your feature request related to a problem? Please describe.** Right now, we only copy the `.env` file into the server directory. This means to set frontend env vars, you...
Right now, we rely on a migrate checksum to know if the user has migrated locally. Should we use the actual database (via `prisma migrate status`) in some way? Let's...
# Description This change allows Jobs to declare any used `entities` to be passed to the callback function in the `context`. It also removes the `data` property pg-boss added to...
# Description This change adds Google as a new AuthN method. ## Demo Here is an example if you want to play around with it: https://wasp-csrf-demo.netlify.app/ (Note: I'm using the...
We are currently specifying Node 14 in our Dockerfile: https://github.com/wasp-lang/wasp/blob/main/waspc/data/Generator/templates/Dockerfile#L2 We should upgrade that to `FROM node:16-alpine AS node`
Filip noticed that we only use `lodash` in a single file to perform `_.merge` of configs. ```bash $ pwd && rg "lodash" /home/filip/wasp/reviews/waspc data/Generator/templates/server/src/config.js 2:import _ from 'lodash' src/Wasp/Generator/WebAppGenerator.hs 87:...
**Is your feature request related to a problem? Please describe.** We recently had an issue where a user needed OpenSSL3 support and it required a Prisma upgrade. They had to...