Skip to content

Commit 8fd4554

Browse files
committed
readme
1 parent 5d67610 commit 8fd4554

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ https://manfredsteyer.github.io/angular-oauth2-oidc/angular-oauth2-oidc/docs/
2121

2222
## Tested Environment
2323

24-
Successfully tested with Angular 4.3+, Angular 5 and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack. At server side we've used IdentityServer (.NET/ .NET Core) and Redhat's Keycloak (Java).
24+
Successfully tested with Angular 6 and its Router, PathLocationStrategy as well as HashLocationStrategy and CommonJS-Bundling via webpack. At server side we've used IdentityServer (.NET/ .NET Core) and Redhat's Keycloak (Java).
25+
26+
If you need support for Angular < 6 (4.3 to 5.x) you can download the former version 3.1.4 (npm i angular-oauth2-oidc@^3 --save).
2527

2628
## Release Cycle
2729

@@ -30,15 +32,11 @@ Successfully tested with Angular 4.3+, Angular 5 and its Router, PathLocationStr
3032
- Will contain bug fixes and PRs
3133
- Critical Bugfixes on a regular basis
3234

33-
## Issues, Support Requests and Feature Requests
34-
- Everything that is not an issue is closed for administrative reasons. This is just to focus on bugs on the "open" tab.
35-
- However, we can discuss support requests and feature requests even though they are closed.
36-
37-
# Contributions
35+
## Contributions
3836
- Feel free to file pull requests
3937
- The closed issues contain some ideas for PRs and enhancements (see labels)
4038

41-
## Additional Features
39+
# Features
4240
- Logging in via OAuth2 and OpenId Connect (OIDC) Implicit Flow (where user is redirected to Identity Provider)
4341
- "Logging in" via Password Flow (where user enters his/her password into the client)
4442
- Token Refresh for Password Flow by using a Refresh Token

0 commit comments

Comments
 (0)