@cocreate/authenticate
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -0,1 +1,9 @@ | ||
## [1.3.6](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.5...v1.3.6) (2023-10-09) | ||
### Bug Fixes | ||
* bump cocreate dependency versions ([16becc3](https://github.com/CoCreate-app/CoCreate-authenticate/commit/16becc33bfd53761e7d308f6272c9e4aa59043d9)) | ||
* return empty object if null ([9c7445e](https://github.com/CoCreate-app/CoCreate-authenticate/commit/9c7445ecfcf1d580a23a9202339d461c308ed9c8)) | ||
## [1.3.5](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.4...v1.3.5) (2023-10-09) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -122,3 +122,3 @@ const jwt = require('jsonwebtoken'); | ||
users.delete(token) | ||
return null | ||
return {} | ||
@@ -125,0 +125,0 @@ } |
72655