Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
souravs17031999 authored Dec 4, 2023
1 parent 7c8b380 commit 500bad9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@ This project contains two types of deliverables :
- Additional CI checks are introduced for Nodejs CI builds, [SONAR code quality](https://sonarcloud.io/project/overview?id=souravs17031999_opioner-home) checks.
- [Cypress](https://www.cypress.io/) is integrated for GUI test automation.

## <a name="v09"></a> Planned releases

| Status | Description | Comments |
| --- | --- | --- |
| ✔️| Username and Password form authentication | Basic username, password authentication. Users and passwords (hashed) maintained in opioner DB. |
| ✔️| Add Google/FB Sign-in custom providers flow | Custom setup for google, facebook sign-in flows using individual clients (OIDC). Application knows about direct clients integrated. |
| ✔️| JWT token based (custom) | JWT token generation in frontend code, token validation in backend for service to service communication authz |
| ✔️| JWT token based (keycloak based) + Google/FB 3rd party Identity providers flow | Sign-In using Keycloak (OIDC Oauth authorization server), use keycloak generated token. Application only knews about keycloak and not direct clients, keycloak internally will managed google/fb clients integration flows |
| 🚩| RBAC | role based access control |




# Running project locally:

- Vanilla JS [6.0.0](https://github.com/souravs17031999/opioner-home/releases/tag/6.0.0):
Expand Down

0 comments on commit 500bad9

Please sign in to comment.