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

jwt-authentication

Package Overview
Dependencies
Maintainers
5
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwt-authentication - npm Package Compare versions

Comparing version 0.4.0-beta1 to 0.4.0

3

docs/API.md

@@ -86,4 +86,5 @@ #Index

- resourceServerAudience `String` - all JWT messages will need to have this audience to be valid
- ignoreMaxLifeTime `boolean` - Setting this property will skip the 1 hour max lifetime checks
- ignoreMaxLifeTime `boolean` - Setting this property will skip the 1 hour max lifetime checks
and make your server less secure. Do not include this if you are not sure what you are doing.
- algorithms `String` - List of algorithms which are allowed to use.

@@ -90,0 +91,0 @@ **Returns**: [Validator](#Validator)

@@ -0,1 +1,5 @@

<a name"0.4.0"></a>
## 0.4.0 (2018-08-28)
* Whitelist crypto algorithms
<a name"0.3.6"></a>

@@ -181,2 +185,2 @@ ### 0.3.6 (2018-05-17)

{
"name": "jwt-authentication",
"version": "0.4.0-beta1",
"version": "0.4.0",
"description": "Library that is used to create and verify json web tokens for service to service authentication purposes.",

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

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