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

multicolour-hapi-jwt

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multicolour-hapi-jwt - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

.travis.yml

2

package.json
{
"name": "multicolour-hapi-jwt",
"version": "0.1.0",
"version": "0.1.1",
"description": "JWT Auth plugin for HapiJS Multicolour",

@@ -5,0 +5,0 @@ "main": "index.js",

# multicolour-auth-jwt
JWT Auth plugin for Multicolour
JWT Auth plugin for HapiJS & Multicolour.
Get started by adding `my_service.use(require("multicolour-hapi-jwt"))` to your `app.js`.
You'll need `multicolour_user`s before you can authorise anyone to use your API.
## Logging in
Posting to the `/session` endpoint will create your session.
```bash
curl -X POST http://localhost:1811/session -d '{"email": "hello@newworld.codes","password":"password"}' -H "Accept:application/json"
```
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