Harry Moreno
Harry Moreno
echo https://github.com/keystonejs/generator-keystone/issues/39
are you sure this is storage in the same sense as s3/azure/googleCloudStorage ? off the top of my head I don't believe you could just upload photos programmatically to mediafire...
https://github.com/jcoglan/node-csprng
Do the generators already generate a cookie secret? looks like https://github.com/keystonejs/generator-keystone/search?utf8=%E2%9C%93&q=cookieSecret&type=Code `this.cookieSecret` is defined and then placed in the `.env` file. Or is that not working?
@JedWatson does keystone-utils have to work in the browser as well? this affects the solution
https://github.com/keystonejs/generator-keystone/blob/89419a6fb41b0cd744937f441c2d46229b775a30/app/index.js#L284 uses `utils.randomString` and that's implemented using jed's own `randomkey` package https://github.com/keystonejs/keystone-utils/blob/master/lib/index.js#L232 maybe the `randomkey` package should be augmented to provide a CSPRNG option. I'm inclined to simply use `crypto.randomBytes`...
after skimming http://keystonejs.com/docs/getting-started/ maybe after "Starting Keystone" and before "Next Steps"
@dbeatty10 is this the best issue to get started working on? I'm looking for a good issue to contibute to dbt
should be reopened, #607 was not merged.