Skip to content

Commit a548f59

Browse files
authored
Merge pull request #41 from ForgeRock/reactjs-todo-dv-aj
Complete React To Do App with DaVinci
2 parents 3dac395 + 595b8db commit a548f59

Some content is hidden

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

81 files changed

+18359
-15
lines changed

.github/workflows/CI.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- name: E2E Tests - Shard ${{ matrix.shardIndex }} of 4
4141
run: |
4242
cd reactjs-todo && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
43+
cd ../reactjs-todo-davinci && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
4344
cd ../angular-todo && npm run e2e -- --shard=${{ matrix.shardIndex }}/4
4445
env:
4546
REST_OAUTH_SECRET: ${{ secrets.REST_OAUTH_SECRET }}
@@ -53,4 +54,7 @@ jobs:
5354
./javascript/reactjs-todo/playwright-report
5455
./javascript/angular-todo/test-results
5556
./javascript/angular-todo/playwright-report
57+
./javascript/reactjs-todo-davinci/test-results
58+
./javascript/reactjs-todo-davinci/playwright-report
59+
5660

javascript/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ local.properties
2525
CURRENT
2626
LOG
2727
CURRENT*
28-
LOG*
2928
**/LOG
3029
**/CURRENT

javascript/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ To try out the Ping JavaScript SDK please look at one of our samples:
4646

4747
- This sample app uses the PingOne Sign on With Sessions OOTB in DaVinci environments and found in the marketplace. Demonstrates use cases such as user authentication, registration, and account recovery.
4848

49+
- [**React Todo DaVinci - `reactjs-todo-davinci`**](./embedded-login-davinci/)
50+
51+
- Todo application that involves authentication and authorization of a user to post Todos with DaVinci in ReactJS.
52+
Demonstrates handling DaVinci flows and collectors.
53+
4954
### OIDC Login:
5055

5156
- [**Central login - `central-login-oidc`**](./central-login-oidc/README.md)

0 commit comments

Comments
 (0)