Skip to content

Commit

Permalink
Add interceptor to starter app (#205)
Browse files Browse the repository at this point in the history
* Add a handler that returns users to home screen if session is not started.
#185865123

Co-authored-by: Ben Calegari <[email protected]>
Co-authored-by: Alex Gonzalez <[email protected]>
Co-authored-by: Bethany Seeger <[email protected]>
Co-authored-by: Cypress Borg <[email protected]>
Co-authored-by: Chibuisi Enyia <[email protected]>
Co-authored-by: Martha Pidcock <[email protected]>
  • Loading branch information
6 people authored Sep 25, 2023
1 parent d282c2f commit 59f252f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ form-flow:
confirmation:
cc:
bcc:
session-continuity-interceptor:
enabled: true
encryption-key: '{"primaryKeyId":2135185311,"key":[{"keyData":{"typeUrl":"type.googleapis.com/google.crypto.tink.AesGcmKey","value":"GiCRKaXiJ/zlDHAZfRQf1rCIbIY4fFmLqLWYIPLNXpOx4A==","keyMaterialType":"SYMMETRIC"},"status":"ENABLED","keyId":2135185311,"outputPrefixType":"TINK"}]}"'
inputs: 'org.formflowstartertemplate.app.inputs.'
uploads:
Expand Down
4 changes: 4 additions & 0 deletions src/main/resources/flows-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ flow:
- name: success
success:
nextScreens: null
landmarks:
firstScreen: howThisWorks
subflows:
household:
entryScreen: housemates
Expand All @@ -148,3 +150,5 @@ flow:
- name: success
success:
nextScreens: null
landmarks:
firstScreen: uploadDocuments

0 comments on commit 59f252f

Please sign in to comment.