zohl / servant-auth-cookie

Authentication via encrypted cookies
BSD 3-Clause "New" or "Revised" License
23 stars 23 forks source link

Provide a way to create a shared ServerKey #15

Closed abailly closed 8 years ago

abailly commented 8 years ago

I am using this nice package to handle authentication across different services, each running in its own process behind a reverse proxy. I need a way to have a shared secret across all services requiring authentication hence this proposal to create a server key from some predefined bytes.

zohl commented 8 years ago

Hello,

this really makes sense, thank you! Merged.