Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SDK-2306] Add login and signup hooks #1976

Merged
merged 18 commits into from
Apr 6, 2021
Merged

Commits on Mar 30, 2021

  1. Start to flesh out public hooks system

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    2486f3d View commit details
    Browse the repository at this point in the history
  2. Ensure hook callback is run if no hook was handled

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    9eb947a View commit details
    Browse the repository at this point in the history
  3. Add error handling support

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    b0f6101 View commit details
    Browse the repository at this point in the history
  4. Rename submitting hook, abstract out validPublicHooks

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a9439e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c280ef View commit details
    Browse the repository at this point in the history
  6. Add tests for core runHook function with public hooks

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    85aa014 View commit details
    Browse the repository at this point in the history
  7. Add hook support for signing up

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    6370162 View commit details
    Browse the repository at this point in the history
  8. Update snapshots

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    7c9050c View commit details
    Browse the repository at this point in the history
  9. Fix existing signup test by stubbing hookRunner

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    03e1bc1 View commit details
    Browse the repository at this point in the history
  10. Add tests for signingUp hook

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    e14ebdc View commit details
    Browse the repository at this point in the history
  11. Pass a context to hook for future use

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    eab0af1 View commit details
    Browse the repository at this point in the history
  12. Add hooks content to the readme

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    bd1d432 View commit details
    Browse the repository at this point in the history
  13. Remove console.log statements

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    81d7b37 View commit details
    Browse the repository at this point in the history
  14. Fill out more acceptance tests for signingUp hook

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    678112d View commit details
    Browse the repository at this point in the history
  15. Update yarn lock file

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    d584837 View commit details
    Browse the repository at this point in the history
  16. Fix snapshots

    Steve Hobbs committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    cc26204 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Merge branch 'master' into sdk-2306/submit-hook

    Steve Hobbs committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d290523 View commit details
    Browse the repository at this point in the history
  2. Add guidance around HTML sanitization for hook errors

    Steve Hobbs committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    ba9950a View commit details
    Browse the repository at this point in the history