@cocreate/authenticate
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -0,1 +1,8 @@ | ||
## [1.3.3](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.2...v1.3.3) (2023-09-17) | ||
### Bug Fixes | ||
* object.$filter ([18c659f](https://github.com/CoCreate-app/CoCreate-authenticate/commit/18c659f2f1778a2ba42417b136f4b3db4856a9f5)) | ||
## [1.3.2](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.3.1...v1.3.2) (2023-08-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/authenticate", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -31,3 +31,3 @@ "keywords": [ | ||
}, | ||
"license": "MIT", | ||
"license": "AGPL-3.0", | ||
"repository": { | ||
@@ -34,0 +34,0 @@ "type": "git", |
@@ -58,6 +58,8 @@ const jwt = require('jsonwebtoken'); | ||
array: 'keys', | ||
filter: { | ||
query: [ | ||
{ key: 'type', value: 'keyPair' }, | ||
], | ||
object: { | ||
$filter: { | ||
query: [ | ||
{ key: 'type', value: 'keyPair' }, | ||
], | ||
} | ||
}, | ||
@@ -64,0 +66,0 @@ organization_id: process.env.organization_id, |
Sorry, the diff of this file is not supported yet
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
71487
150
70