From 5e3f5c1871c85e63d5f5b3dd0f91fbbbc8937b2d Mon Sep 17 00:00:00 2001 From: divlo Date: Thu, 28 Jan 2021 19:16:53 +0100 Subject: [PATCH] chore(release): v1.1.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d91f43e..ff23288 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.1](https://github.com/Thream/socketio-jwt/compare/v1.1.0...v1.1.1) (2021-01-28) + +### Bug Fixes + +- **types:** decodedToken in secret callback ([c1a9213](https://github.com/Thream/socketio-jwt/commit/c1a9213a527e4c6188328221372e1f40191a790e)), closes [#21](https://github.com/Thream/socketio-jwt/issues/21) + +### Documentation + +- update server side usage with `jwks-rsa` : get the secret with `key.getPublicKey()` instead of `key.rsaPublicKey` + ## [1.1.0](https://github.com/Thream/socketio-jwt/compare/v1.0.1...v1.1.0) (2021-01-07) ### Features diff --git a/package.json b/package.json index 0fed5c7..cb9b0d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@thream/socketio-jwt", - "version": "1.1.0", + "version": "1.1.1", "description": "Authenticate socket.io incoming connections with JWTs.", "license": "MIT", "main": "build/index.js",