-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## 1.0.0 (2023-10-02) ### Features * core functionallity for keycloak introspection ([fecf283](fecf283)) * **module:** npm module exports ([56a9417](56a9417)) * **test:** added basic unit tests ([6bc8971](6bc8971)) * **typing:** add type definition schema ([0128622](0128622)) ### Bug Fixes * **typing:** make two different interfaces for options with and without request ([1490caa](1490caa))
- Loading branch information
1 parent
2640d68
commit 2e3711f
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# passport-keycloak-jwt-introspect - Changelog | ||
|
||
## 1.0.0 (2023-10-02) | ||
|
||
|
||
### Features | ||
|
||
* core functionallity for keycloak introspection ([fecf283](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/fecf2835530cbbd89bf8bf26d5e1f87710563a77)) | ||
* **module:** npm module exports ([56a9417](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/56a941730a835c5d4fa5728c703a3a3d62bb0a1f)) | ||
* **test:** added basic unit tests ([6bc8971](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/6bc897109f529d04d9125e7e7a2216d3f2baa2c0)) | ||
* **typing:** add type definition schema ([0128622](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/0128622e0d28f3171eb6f4dc435ba472a1d7c53f)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **typing:** make two different interfaces for options with and without request ([1490caa](https://github.com/M4RC0Sx/passport-keycloak-jwt-introspect/commit/1490caa411356789fcb3b6233a524bec0c8651f7)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,4 +50,4 @@ | |
"dependencies": { | ||
"passport-strategy": "^1.0.0" | ||
} | ||
} | ||
} |