This log was last generated on Tue, 12 Jan 2021 00:51:26 GMT and should not be manually modified.
Tue, 12 Jan 2021 00:51:26 GMT
- change the code challenge encoding to uniform base64 ([email protected])
- ClientAssertion.parseCertificate - allow newlines in cert (#2721). (email not defined)
- feat: bump up the axios version on msal-node ([email protected])
- Add getKVStore to tokenCache (#2771) ([email protected])
Mon, 07 Dec 2020 22:19:03 GMT
- Expose idTokenClaims on AccountInfo (#2554) ([email protected])
- Add null to API response signatures (#2602) ([email protected])
- Enforce triple equals in eslint ([email protected])
- Log messages contain package name and version (#2589) ([email protected])
- Update request types (#2512) ([email protected])
Wed, 11 Nov 2020 23:33:20 GMT
- Add support for SubjectName/Issuer authentication (#2471). ([email protected])
Tue, 10 Nov 2020 01:48:44 GMT
- Enhance lookup for IdTokens/AppMetadata (#2530) ([email protected])
Sat, 07 Nov 2020 01:50:14 GMT
- Fixing a bug and adding
localAccountId
in AccountInfo interface (#2516) ([email protected]) - Filtered lookup of IdTokens, AppMetadata; Error handling in Node Storage (#2530) ([email protected])
- Implement Password Grant Flow (#2204) ([email protected])
Mon, 02 Nov 2020 23:33:39 GMT
- Add getLogger and setLogger to msal-node (#2520) ([email protected])
- Remove
debug
from themsal-node
library (#2496) ([email protected])
Mon, 26 Oct 2020 21:00:29 GMT
- msal-browser and msal-node cache Interfaces to msal-common updated (#2415) ([email protected])
- Export Node Cache Serializer for use in end-to-end testing framework (#2414) ([email protected])
Tue, 20 Oct 2020 23:47:28 GMT
- Adds support for any OIDC-compliant authority (#2389). ([email protected])
Thu, 15 Oct 2020 00:49:18 GMT
- Export all "Request" types in msal-node ([email protected])
Wed, 14 Oct 2020 23:45:07 GMT
- Docs update for msal-node release ([email protected])
- Export error types for msal-node ([email protected])
- Add uuid as dependency in msal-node package.json so it is installed with the library ([email protected])
- Update TokenCache interface (#2348) ([email protected])
Fri, 02 Oct 2020 17:42:35 GMT
- Dummy implementation of access token proof-of-possession ([email protected])
Wed, 23 Sep 2020 21:13:48 GMT
- Make network interface public (#2335) ([email protected])
- Rename TokenCache.cacheHasChanged to TokenCache.hasChanged (#2332) ([email protected])
- FOCI - Family of Client IDs feature (#2201) ([email protected])
- Fix issue with token cache not removing old cache entities (#2304) ([email protected])
Thu, 17 Sep 2020 23:16:22 GMT
- Address tsdx warnings (#2202) ([email protected])
- Implement Telemetry in msal-node (#1921) ([email protected])
- Changes node storage: getItem(), setItem() and removeItem() simplified and no longer need a 'type' ([email protected])
- Add support for on-behalf-of flow ([email protected])
Tue, 25 Aug 2020 00:40:45 GMT
- update APP_META_DATA to APP_METADATA ([email protected])
- Client Capabilities Support (#2169) ([email protected])
- Remove log statement (email not defined)
- undefined ([email protected])
- Add confidential client support (#2023)
- Fix an issue where the types were not defined correctly in the package.json (#2014)
- Fix an issue where the
dist
folder was not published (#2013)
- Add
response
to device code inmsal-node
(#1947) msal-node
docs update (#1948)- Export
AccountInfo
in `msal-node (#2005)
- scaffolding (#1328)
- Configuration and Client (#1325)
- Account and Authority (#1330)
- initial compatibility with other libs (#1342)
msal-node
crypto module (#1368)msal-node
network module (#1371)msal-node
lerna support (#1383)msal-common
andmsal-node
Client applications, authorization code and device code flow (#1409)msal-node
add DEBUG logging (#1423)msal-common
authority changes (#1424)msal-node
andmsal-common
unit tests for changes in #1409 (#1449)msal-node
switchstrictNullChecks:true
for msal-node (#1478)msal-node
andmsal-common
Update generation of client info headers (#1482)msal-node
andmsal-common
Support for acquiring a token with refresh token (#1496)msal-node
andmsal-common
Move authority generation from common to node (#1537)msal-node
fix casing issue (#1630)msal-node
Cache implementation (#1444, #1471, #1519, #1520, #1522, #1622, #1655, #1680)msal-node
Silent Flow support (#1711)- merge cache logic for all platforms (#1762)
- Utilize ScopeSet across the library (#1770)
- Update UnifiedCacheManager.ts (#1771)
- Node cache interface (#1801)
- SilentFlow node interface (#1809)
- Update TokenCache name (#1901)