Skip to content

Commit

Permalink
chore: release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed May 19, 2021
1 parent 0c9ba2c commit b8c0e51
Show file tree
Hide file tree
Showing 10 changed files with 70 additions and 66 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
10 changes: 5 additions & 5 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="oidcclienterror.html">OIDCClientError</a>.<a href="oidcclienterror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L17">src/errors.ts:17</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L17">src/errors.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2873,7 +2873,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="oidcclienterror.html">OIDCClientError</a>.<a href="oidcclienterror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2884,7 +2884,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> error_<wbr>descriptio
<aside class="tsd-sources">
<p>Inherited from <a href="oidcclienterror.html">OIDCClientError</a>.<a href="oidcclienterror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L4">src/errors.ts:4</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L4">src/errors.ts:4</a></li>
</ul>
</aside>
</section>
Expand All @@ -2894,7 +2894,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> error_<wbr>uri</h3>
<div class="tsd-signature tsd-kind-icon">error_<wbr>uri<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L17">src/errors.ts:17</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L17">src/errors.ts:17</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2937,7 +2937,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> state</h3>
<div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L15">src/errors.ts:15</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L15">src/errors.ts:15</a></li>
</ul>
</aside>
</section>
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/eventemitter.html
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/event_emitter.ts#L4">src/helpers/event_emitter.ts:4</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/event_emitter.ts#L4">src/helpers/event_emitter.ts:4</a></li>
</ul>
</aside>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
Expand All @@ -2850,7 +2850,7 @@ <h3>callbacks</h3>
<div class="tsd-signature tsd-kind-icon">callbacks<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">&gt;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/event_emitter.ts#L4">src/helpers/event_emitter.ts:4</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/event_emitter.ts#L4">src/helpers/event_emitter.ts:4</a></li>
</ul>
</aside>
</section>
Expand All @@ -2867,7 +2867,7 @@ <h3>emit</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/event_emitter.ts#L59">src/helpers/event_emitter.ts:59</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/event_emitter.ts#L59">src/helpers/event_emitter.ts:59</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2893,7 +2893,7 @@ <h3>off</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/event_emitter.ts#L26">src/helpers/event_emitter.ts:26</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/event_emitter.ts#L26">src/helpers/event_emitter.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2937,7 +2937,7 @@ <h3>on</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/event_emitter.ts#L20">src/helpers/event_emitter.ts:20</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/event_emitter.ts#L20">src/helpers/event_emitter.ts:20</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2981,7 +2981,7 @@ <h3>once</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/event_emitter.ts#L10">src/helpers/event_emitter.ts:10</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/event_emitter.ts#L10">src/helpers/event_emitter.ts:10</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
6 changes: 3 additions & 3 deletions docs/classes/invalididtokenerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2833,7 +2833,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="invalidjwterror.html">InvalidJWTError</a>.<a href="invalidjwterror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L34">src/errors.ts:34</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L34">src/errors.ts:34</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2856,7 +2856,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="invalidjwterror.html">InvalidJWTError</a>.<a href="invalidjwterror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2867,7 +2867,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> error_<wbr>descriptio
<aside class="tsd-sources">
<p>Inherited from <a href="invalidjwterror.html">InvalidJWTError</a>.<a href="invalidjwterror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L4">src/errors.ts:4</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L4">src/errors.ts:4</a></li>
</ul>
</aside>
</section>
Expand Down
6 changes: 3 additions & 3 deletions docs/classes/invalidjwterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2838,7 +2838,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="oidcclienterror.html">OIDCClientError</a>.<a href="oidcclienterror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L27">src/errors.ts:27</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L27">src/errors.ts:27</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2861,7 +2861,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="oidcclienterror.html">OIDCClientError</a>.<a href="oidcclienterror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2872,7 +2872,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> error_<wbr>descriptio
<aside class="tsd-sources">
<p>Inherited from <a href="oidcclienterror.html">OIDCClientError</a>.<a href="oidcclienterror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/errors.ts#L4">src/errors.ts:4</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/errors.ts#L4">src/errors.ts:4</a></li>
</ul>
</aside>
</section>
Expand Down
14 changes: 7 additions & 7 deletions docs/classes/localstoragestatestore.html
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="statestore.html">StateStore</a>.<a href="statestore.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/local_storage.ts#L3">src/helpers/state_manager/local_storage.ts:3</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/local_storage.ts#L3">src/helpers/state_manager/local_storage.ts:3</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2848,7 +2848,7 @@ <h3>prefix</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="statestore.html">StateStore</a>.<a href="statestore.html#prefix">prefix</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/state_store.ts#L5">src/helpers/state_manager/state_store.ts:5</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/state_store.ts#L5">src/helpers/state_manager/state_store.ts:5</a></li>
</ul>
</aside>
</section>
Expand All @@ -2866,7 +2866,7 @@ <h3>clear</h3>
<aside class="tsd-sources">
<p>Overrides <a href="statestore.html">StateStore</a>.<a href="statestore.html#clear">clear</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/local_storage.ts#L33">src/helpers/state_manager/local_storage.ts:33</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/local_storage.ts#L33">src/helpers/state_manager/local_storage.ts:33</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2890,7 +2890,7 @@ <h3>del</h3>
<aside class="tsd-sources">
<p>Overrides <a href="statestore.html">StateStore</a>.<a href="statestore.html#del">del</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/local_storage.ts#L26">src/helpers/state_manager/local_storage.ts:26</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/local_storage.ts#L26">src/helpers/state_manager/local_storage.ts:26</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2914,7 +2914,7 @@ <h3>get</h3>
<aside class="tsd-sources">
<p>Overrides <a href="statestore.html">StateStore</a>.<a href="statestore.html#get">get</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/local_storage.ts#L8">src/helpers/state_manager/local_storage.ts:8</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/local_storage.ts#L8">src/helpers/state_manager/local_storage.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2938,7 +2938,7 @@ <h3><span class="tsd-flag ts-flagOptional">Optional</span> init</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="statestore.html">StateStore</a>.<a href="statestore.html#init">init</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/state_store.ts#L2">src/helpers/state_manager/state_store.ts:2</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/state_store.ts#L2">src/helpers/state_manager/state_store.ts:2</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="statestore.html" class="tsd-signature-type" data-tsd-kind="Class">StateStore</a><span class="tsd-signature-symbol">&gt;</span></h4>
Expand All @@ -2956,7 +2956,7 @@ <h3>set</h3>
<aside class="tsd-sources">
<p>Overrides <a href="statestore.html">StateStore</a>.<a href="statestore.html#set">set</a></p>
<ul>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/ee0b16f/src/helpers/state_manager/local_storage.ts#L19">src/helpers/state_manager/local_storage.ts:19</a></li>
<li>Defined in <a href="https://github.com/PlusAuth/plusauth-oidc-client-js/blob/0c9ba2c/src/helpers/state_manager/local_storage.ts#L19">src/helpers/state_manager/local_storage.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading

0 comments on commit b8c0e51

Please sign in to comment.