Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

own-couchdb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

own-couchdb

users for usepages

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

own

A service to own couchdb instances

## API

All requests require a valid Authorization header like Basic TOKEN or Bearer TOKEN.

POST /:app

Own app

any user

GET /:app

Get code for app

admin only

PURGE /:app

Renew app's code

admin only

PUT /:app/:code

Join the app as the current user with a code

any user

DELETE /:app/:email

Make user leave the app

admin only

TODO

LOCK /:app

Prevent users from outside the app to see its contents without being logged in.

admin only

UNLOCK /:app

Allow users from outside the app to see its contents without being logged in.

admin only

Ref: http://docs.couchdb.org/en/stable/api/database/security.html

License MIT with <3 by Uxtemple :)

Keywords

FAQs

Package last updated on 10 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc