bengler / checkpoint

Centralized identity store and authentication broker for web applications. It supports a number of authentication mechanisms and is provided via a http-interface.
MIT License
31 stars 2 forks source link

Don't require environment in CLI unless it's actually needed #9

Open kytrinyx opened 12 years ago

kytrinyx commented 12 years ago

For the snappiest usage message possible, it would be nice to not require the environment until the methods are actually called.

Could we have a before filter of some sort or something?