diff --git a/CHANGELOG.md b/CHANGELOG.md index 36934f9..384d17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.8.0](https://github.com/PlusAuth/plusauth-oidc-client-js/compare/v0.7.0...v0.8.0) (2021-05-19) + + +### Features + +* emit user logout on session change ([0c9ba2c](https://github.com/PlusAuth/plusauth-oidc-client-js/commit/0c9ba2cc95e8a9b9ef6628c1681ba127ee578f54)) + # [0.7.0](https://github.com/PlusAuth/plusauth-oidc-client-js/compare/v0.6.3...v0.7.0) (2021-05-06) diff --git a/docs/classes/authenticationerror.html b/docs/classes/authenticationerror.html index c538b08..71e85e9 100644 --- a/docs/classes/authenticationerror.html +++ b/docs/classes/authenticationerror.html @@ -2841,7 +2841,7 @@
getIdToken
getRefreshToken
getScopes
getUser
initialize
isLoggedIn
login
loginCallback
loginWithPopup
logout
off
Parameters
@@ -3404,7 +3404,7 @@on
Parameters
@@ -3449,7 +3449,7 @@once
Parameters
@@ -3493,7 +3493,7 @@revokeToken
silentLogin
constructor
Parameters
@@ -2849,7 +2849,7 @@prefix
Abstract clear
Parameters
@@ -2889,7 +2889,7 @@Abstract del
Parameters
@@ -2912,7 +2912,7 @@Abstract get
Parameters
@@ -2935,7 +2935,7 @@Optional init
Returns Promise<StateStore>
@@ -2952,7 +2952,7 @@Abstract set
Parameters
diff --git a/docs/index.html b/docs/index.html index baab784..9fe0ccf 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2795,7 +2795,7 @@EventTypes
Listener
Variables
Const Events
-Type declaration
SESSION_CHANGE: "session_change"
SESSION_ERROR: "session_error"
-SILENT_RENEW_ERROR: "silent_renew_error"
createOIDCClient