Releases: schibsted/account-sdk-browser
Releases · schibsted/account-sdk-browser
v4.3.0
v4.2.1
Fixes
- Fix TS issues
v4.2.0
New features
- Add Finnish env
v4.1.0
New features
- Add .d.ts files
v4.0.0
Breaking changes
sessionDomain
is required- Removed
siteSpecificLogout
param- there is no option to disable site specific logout hasSession
does not acceptautologin
param anymore- Drop
hasProduct
andhasSubscription
functions- replaced byhasAccess
New features
- Add 2FA Support- new
acrValues
:sms
,otp
,password
logSettings
function
Changes
- babel has been updated to
^7.11
v3.4.0
Changes
- showSimplifiedLoginWidget accepts async function as state param - will be called only if user click log in
- Support for pulse providerId in simplified login widget
New features
- Added
clearCachedAccessResult
andclearCachedUserSession
methods
v3.3.0
v3.2.0
Fixes
- Cache 400 http responses from session service
New features
- showSimplifiedLoginWidget - function that loads and displays simplified login widget
v3.1.1
Changes
- Use sessionStorage as identity cache instead of localStorage
v3.1.0
Changes
- Enable siteSpecificLogout by default