i have implemented the "terms of use" consent checkbox following the gitHub resource sign-in-sign-up-versioned-tou
this sample demonstrates one check box implementation for "Terms of Use" only. which i have implemented perfectly, but i want to add one more check box for "Privacy policy" also very similar to "Terms of Use". as the requirement is, both can be updated independently, when User sign in they need to reconsent for which ever is updated . and if both (TOU and Privacy Policy) are updated the user should re consent for both on a same page.
i am a bit confused on the OrchestrationStep for doing the above scenario.
any light on above issue will be much appreciated.