Skip to content
This repository was archived by the owner on Aug 28, 2023. It is now read-only.

Commit fa65cf4

Browse files
committedAug 21, 2020
Release 4.3.0
1 parent 1b66cbf commit fa65cf4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed
 

‎CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<a name="4.0.0"></a>
22

3+
# 4.3.0
4+
5+
## Features
6+
7+
- Add proxy support to OIDCStrategy: #435
8+
9+
## Bugs
10+
11+
- Fix sameSiteNotAllowed: #465
12+
- Fix crash if Bearer token is blank: #474
13+
- Stringify optionToValidate when logging: #437
14+
- Properly handle malformed json: #436
15+
316
#4.2.1
417
### Fix Policy Checker Bug
518
#426 merged

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "passport-azure-ad",
3-
"version": "4.2.1",
3+
"version": "4.3.0",
44
"license": "MIT",
55
"keywords": [
66
"azure active directory",

0 commit comments

Comments
 (0)
This repository has been archived.