arow-oss / goat-guardian

Reverse proxy that handles authentication
MIT License
39 stars 1 forks source link

add informative readme #13

Closed cdepillabout closed 6 years ago

cdepillabout commented 6 years ago

The README.md should explain how to use goat-guardian.

I imagine this would look something like the login-with README, although hopefully be more informative: https://github.com/lipp/login-with

This isn't absolutely necessary for the MVP milestone, but I imagine no one is going to use goat-guardian if there is not an explanation of how to use it somewhere.

arowM commented 6 years ago

"MVP" is only for us, so it would be better to do it on "Proof of concept", in which milestone we want to gather feed backs.

cdepillabout commented 6 years ago

You're right. I'll change it to "proof of concept".

cdepillabout commented 6 years ago

I am wondering how informative we want the README for the proof of concept release.

For instance, I guess we should give a high-overview of how Goat Guardian works. It might be nice to include a network diagram:

goat guardian network diagram

The following things might also be helpful:

Also, should we add haddocks to GoatGuardian.hs? I don't know how interested anyone would be in reading through the code, since we are currently providing goat-guardian as a standalone application and not as a configurable Haskell library.

cdepillabout commented 6 years ago

This was closed by #23.