Skip to content

Commit cd88527

Browse files
feat: angular v21 update (#695)
* feature: Angular v.21 update (#680) * chore(deps): update dependencies --------- Co-authored-by: Arnaud Flaesch <ArnaudFlaesch@users.noreply.github.com>
1 parent 1ecfb69 commit cd88527

9 files changed

Lines changed: 6213 additions & 4596 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ Note that `keycloak-js` is a peer dependency of `keycloak-angular`. This allows
5252

5353
| Angular | keycloak-js | keycloak-angular | Support |
5454
| :-----: | :---------: | :--------------: | :-----------------: |
55-
| 20.x | 18 - 26 | 20.x.x | New Features / Bugs |
56-
| 19.x | 18 - 26 | 19.x.x | Bugs |
55+
| 21.x | 18 - 26 | 21.x.x | New Features / Bugs |
56+
| 20.x | 18 - 26 | 20.x.x | Bugs |
57+
| 19.x | 18 - 26 | 19.x.x | - |
5758
| 18.x | 18 - 26 | 16.x.x | - |
5859
| 17.x | 18 - 25 | 15.x.x | - |
5960
| 16.x | 18 - 25 | 14.x.x | - |

docs/provide.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@ export type ProvideKeycloakOptions = {
4747

4848
- **`config`**:
4949
Keycloak server configuration, including:
50-
5150
- `url`: Keycloak server URL.
5251
- `realm`: The realm to authenticate against.
5352
- `clientId`: The client ID for your application.
5453

5554
- **`initOptions`**:
5655
Initialization options for the Keycloak instance, such as:
57-
5856
- `onLoad`: Determines whether to check SSO or require login (`'check-sso'` or `'login-required'`).
5957
- `silentCheckSsoRedirectUri`: URL for the iframe used in silent SSO.
6058

0 commit comments

Comments
 (0)