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

konsum

Package Overview
Dependencies
Maintainers
2
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

konsum

[![npm](https://img.shields.io/npm/v/konsum.svg)](https://www.npmjs.com/package/konsum)[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/k0nsti/konsum)[![Greenkeeper badge](h

  • 1.7.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
10
increased by66.67%
Maintainers
2
Weekly downloads
 
Created
Source

npmsemantic-releaseGreenkeeper badgeBuild Statusbithoundcodecov.ioCoverage StatusCode ClimateKnown VulnerabilitiesGitHub IssuesStories in ReadyDependency StatusdevDependency StatusdocsdownloadsCommitizen friendly

konsum

run

konsum --config=myConfig.json

install

npm -g install konsum

how to configure

create self signed cert

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -nodes

JWT

token setup

openssl genrsa -out demo.rsa 1024
openssl rsa -in demo.rsa -pubout > demo.rsa.pub

test with:

http://localhost:12345/login?user=admin&password=start123

and exec a request

curl -H 'Authorization: Baerer $token' http://localhost:12345/values

FAQs

Package last updated on 26 Aug 2017

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