Skip to content

Commit 370e12e

Browse files
Merge and build
1 parent 3190908 commit 370e12e

File tree

5 files changed

+96
-99
lines changed

5 files changed

+96
-99
lines changed

docs/dependencies.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -50,49 +50,49 @@
5050
</ol>
5151
<ul class="dependencies-list">
5252
<li>
53-
<b>@angular/animations</b> : ^18.0.7</li>
53+
<b>@angular/animations</b> : ^19.0.1</li>
5454
<li>
55-
<b>@angular/common</b> : ^18.0.7</li>
55+
<b>@angular/common</b> : ^19.0.1</li>
5656
<li>
57-
<b>@angular/compiler</b> : ^18.0.7</li>
57+
<b>@angular/compiler</b> : ^19.0.1</li>
5858
<li>
59-
<b>@angular/core</b> : ^18.0.7</li>
59+
<b>@angular/core</b> : ^19.0.1</li>
6060
<li>
61-
<b>@angular/elements</b> : ^18.0.7</li>
61+
<b>@angular/elements</b> : ^19.0.1</li>
6262
<li>
63-
<b>@angular/forms</b> : ^18.0.7</li>
63+
<b>@angular/forms</b> : ^19.0.1</li>
6464
<li>
65-
<b>@angular/platform-browser</b> : ^18.0.7</li>
65+
<b>@angular/platform-browser</b> : ^19.0.1</li>
6666
<li>
67-
<b>@angular/platform-browser-dynamic</b> : ^18.0.7</li>
67+
<b>@angular/platform-browser-dynamic</b> : ^19.0.1</li>
6868
<li>
69-
<b>@angular/router</b> : ^18.0.7</li>
69+
<b>@angular/router</b> : ^19.0.1</li>
7070
<li>
7171
<b>@popperjs/core</b> : ^2.9.2</li>
7272
<li>
7373
<b>@webcomponents/custom-elements</b> : ^1.4.3</li>
7474
<li>
75-
<b>angular-oauth2-oidc</b> : ^15.0.1</li>
75+
<b>angular-oauth2-oidc</b> : ^17.0.0</li>
7676
<li>
77-
<b>angular-oauth2-oidc-jwks</b> : ^15.0.1</li>
77+
<b>angular-oauth2-oidc-jwks</b> : ^17.0.0</li>
7878
<li>
7979
<b>base64-js</b> : ^1.5.1</li>
8080
<li>
8181
<b>bootstrap</b> : ^3.4.1</li>
8282
<li>
8383
<b>fast-sha256</b> : ^1.3.0</li>
8484
<li>
85-
<b>jsrsasign</b> : ^11.0.0</li>
85+
<b>jsrsasign</b> : ^11.1.0</li>
8686
<li>
87-
<b>rxjs</b> : ^6.5.3</li>
87+
<b>rxjs</b> : ^6.6.7</li>
8888
<li>
8989
<b>rxjs-compat</b> : ^6.6.7</li>
9090
<li>
9191
<b>text-encoder-lite</b> : ^2.0.0</li>
9292
<li>
9393
<b>tslib</b> : ^2.5.2</li>
9494
<li>
95-
<b>zone.js</b> : ~0.14.2</li>
95+
<b>zone.js</b> : ~0.15.0</li>
9696
</ul>
9797

9898

docs/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,10 @@ <h2>Resources</h2>
4949
</ul>
5050
<h2>Tested Environment</h2>
5151
<p>Successfully tested with <strong>Angular 4.3 to Angular 16</strong> and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack.</p>
52-
<p>At server side we&#39;ve used <strong>IdentityServer</strong> (.NET / .NET Core), Redhat&#39;s <strong>Keycloak</strong> (Java), and <strong>Auth0</strong> (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.</p>
52+
<p>On the server-side we&#39;ve used <strong>IdentityServer</strong> (.NET / .NET Core), Redhat&#39;s <strong>Keycloak</strong> (Java), and <strong>Auth0</strong> (Auth0 is officially supported since version 10 of this lib). For Auth0, please have a look into the respective documentation page here.</p>
5353
<p>For using this library with <strong>Azure Active Directory</strong> (<strong>Azure AD</strong>), we recommend an additional look to this <a href="https://dev.to/yuriburger/azure-active-directory-b2c-with-pkce-for-your-angular-app-1dcg">blog post</a> and the example linked at the end of this blog post.</p>
5454
<p>Also, the Okta community created some guidelines on how to use this lib with Okta. See the links at the end of this page for more information.</p>
55+
<p><strong>Angular 19</strong>: Use 19.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
5556
<p><strong>Angular 18</strong>: Use 18.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
5657
<p><strong>Angular 17</strong>: Use 17.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>
5758
<p><strong>Angular 16</strong>: Use 16.x versions of this library (<strong>should also work with older Angular versions!</strong>).</p>

0 commit comments

Comments
 (0)