Skip to content

Commit 4cd99d6

Browse files
committed
last tests for v8
1 parent 4ee15b9 commit 4cd99d6

File tree

67 files changed

+9315
-6976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+9315
-6976
lines changed

docs/additional-documentation/adapt-id_token-validation.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/callback-after-login.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/code-flow-+-pcke.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/configure-custom-oauthstorage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/configure-library-for-implicit-flow-without-discovery-document.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@
4343

4444

4545

46+
4647

4748

4849

4950

50-
<h1 id="configure-library-for-implicit-flow-without-discovery-document-">Configure Library for Implicit Flow (without discovery document)</h1>
51+
<h1 id="configure-library-for-implicit-flow-without-discovery-document">Configure Library for Implicit Flow (without discovery document)</h1>
5152
<p>When you don&#39;t have a discovery document, you have to configure more properties manually:</p>
5253
<p>Please note that the following sample uses the original config API. For information about the new config API have a look to the project&#39;s README above.</p>
5354
<div><pre class="line-numbers"><code class="language-TypeScript">&#64;Component({ ... })

docs/additional-documentation/custom-query-parameters.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/events.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/getting-started.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/original-config-api.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444

4545

46+
4647

4748

4849

docs/additional-documentation/preserving-state-(like-the-requested-url).html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@
4343

4444

4545

46+
4647

4748

4849

4950

50-
<h1 id="preserving-state-like-the-requested-url-">Preserving State (like the Requested URL)</h1>
51+
<h1 id="preserving-state-like-the-requested-url">Preserving State (like the Requested URL)</h1>
5152
<p>When calling <code>initImplicitFlow</code>, you can pass an optional state which could be the requested url:</p>
5253
<div><pre class="line-numbers"><code class="language-TypeScript">this.oauthService.initImplicitFlow(&#39;http://www.myurl.com/x/y/z&#39;);</code></pre></div><p>After login succeeded, you can read this state:</p>
5354
<div><pre class="line-numbers"><code class="language-TypeScript">this.oauthService.tryLogin({

0 commit comments

Comments
 (0)