Releases: barchart/user-configuration-public
Releases · barchart/user-configuration-public
v2.4.1
v2.4.0
v2.3.2
Technical Enhancements
- Updated
barchart/common-js
to the v4.9.0. - Updated
gulp
script.
v2.3.1
Other
- Updated hostname for admin environment.
v2.2.0
New Features
- Added
JwtProvider.forAdmin
function.
v2.1.0
New Features
- Added static factory function for
JwtProvider
class.
Other
- Improved refresh logic for JWT.
v2.0.0
Initial Public Release
Breaking Changes
- The mechanism for passing JSON Web Tokens to the
UserConfigurationGateway
has changed. Consumers are now required to provideJwtProvider
instances instead of aRequestInterceptor
instances. Here are the specifics:- The
RequestInterceptor
argument was replaced with aJwtProvider
argument on static factory functions (e.g.UserConfigurationGateway.forProduction
). - The
RequestInterceptor
argument was removed from theUserConfigurationGateway
constructor. - The
UserConfigurationGateway.start
function was renamed toUserConfigurationGateway.connect
and now has aJwtProvider
argument. - The
JwtGateway
andJwtEndpoint
classes were removed. - Static factory functions for impersonating users in the
test
anddevelopment
environments were added. SeeJwtProvider.forTest
andJwtProvider.forDevelopment
.
- The