Skip to content

accouch/accouch-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

accouch-proxy

Proxy server that goes in front of CouchDB to add:

  • Advanced authentication strategies, eg. third-party, multi-factor, better crypt
  • Managable, inspectable, revocable, server-side stored sessions
  • Database provisioning

Setup

Set these environment variables:

  • COUCHDB_URL: URL of CouchDB instance to use for storing user account info and provisioning databases. Needs server admin permissions.
  • REDIS_URL: optional URL to use Redis for storing sessions, instead of CouchDB.

About

Server for privileged CouchDB operations, eg. provisioning databases

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors