Alex Mueller
Alex Mueller
Some of the headings in the README file are missing spaces after the hashes, so they don't get the proper rendering on npm.
Perhaps you're aware of this, but I just wanted to give you a heads up that you're storing client secrets in your code [here](https://github.com/rmbh4211995/passport-starter/blob/master/config/index.js). I'd suggest you remove them from...
I use Tailwind CSS and would like to be able to add classes to the `svg` element, thereby allowing me to use stroke and fill classes with any custom theming...
Just like the title says 😃 Love the tool!
At last night's Front End PDX meetup where I presented this project, I was asked about how I might go about protecting from spam. I had completely forgotten that I...
Since [only the first 72 characters of the password string are used](https://github.com/ncb000gt/node.bcrypt.js#security-issuesconcerns), we should add a maxlength for passwords. It's definitely an edge case that anyone would ever enter a...