starter
starter copied to clipboard
Opinionated SaaS quick-start with pre-built user account and organization system for full-stack application development in React, Node.js, GraphQL and PostgreSQL. Powered by PostGraphile, TypeScript,...
## Description Summer 2022 update for thanking our sponsors 💖
I'm just looking at my roadmap and I need to write these two features at **_some point_** in the future. I may as well contribute them back if you'd like...
**🚧 Disclaimer 🚧**: This PR will not be merged any soon, as Benjie is focusing on V5 of PostGraphile. You may use this branch as basis for your work (if...
When I log in to account, go to settings and press resend verification it seems to be hanging on console side and Parser being undefined, am I doing something wrong?...
Bumps [next](https://github.com/vercel/next.js) from 10.2.3 to 12.1.0. Release notes Sourced from next's releases. v12.1.0 Core Changes Relay Support in Rust Compiler: #33702 fix eslint link-passhref rule: #33857 update webpack: #33831 Flush...
## Description Upgrade Typescript to 4.4.4, tslib to 2.3.1. ## Performance impact None, as far as I know. ## Security impact None, as far as I know.
## Description Fixes #284, makes username sanitization case-insensitive to avoid potential conflicts when creating account using oauth providers. ## Performance impact Should be minimal (using lower() 3x in sanitization loop,...
### Summary Creating a new user using oauth fails in case there is already the same username with different case (ie. existing: peter, newly registering: Peter) ### Steps to reproduce...
## Description Adds the [zx](https://github.com/google/zx) package to improve the experience of shell scripting with node. `zx` provides useful wrappers around `child_process`, escapes arguments and gives sensible defaults. ZX uses ES...
Currently if a password reset is requested and this email address isn't associated with an account we send a email saying ' request failed: you don't have a $project account'....