anvilresearch / connect

A modern authorization server built to authenticate your users and protect your APIs
http://anvil.io
MIT License
361 stars 85 forks source link

Add missing secret options to example configuration #304

Closed bauglir closed 8 years ago

bauglir commented 8 years ago

While setting up a new instance I noticed some configuration options were missing in the example configuration related to the secrets used by express-session. Anvil Connect will not work properly without these.

christiansmith commented 8 years ago

For now I've removed this file. Future versions will likely generate a config file with defaults in the event one is not found, while initializing new projects currently does generate a file.

Thanks for all these PRs today. Feels like we made some good progress.