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

feat: two-step login and improved UI APIs for Ory Elements v1 #3934

Merged
merged 34 commits into from
Jul 11, 2024

Commits on Jul 8, 2024

  1. feat: identifier first auth

    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4df7b86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d8625b View commit details
    Browse the repository at this point in the history
  3. feat: add redirect to continue_with for SPA flows

    This patch adds the new `continue_with` action `redirect_browser_to`, which contains the redirect URL the app should redirect to. It is only supported for SPA (not server-side browser apps, not native apps) flows at this point in time.
    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    55e361d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83f284b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09a6f8a View commit details
    Browse the repository at this point in the history
  6. feat(sdk): avoid eval with javascript triggers

    Using `OnLoadTrigger` and `OnClickTrigger` one can now map the trigger to the corresponding JavaScript function.
    
    For example, trigger `{"on_click_trigger":"oryWebAuthnRegistration"}` should be translated to `window.oryWebAuthnRegistration()`:
    
    ```
    if (attrs.onClickTrigger) {
      window[attrs.onClickTrigger]()
    }
    ```
    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    0a6d591 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e5bf01 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    892b032 View commit details
    Browse the repository at this point in the history
  9. fix: add missing JS triggers

    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a18a85c View commit details
    Browse the repository at this point in the history
  10. feat: add if method to sdk

    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    03ef0a3 View commit details
    Browse the repository at this point in the history
  11. chore: regenerate SDK

    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6487282 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b29954b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ef1c4f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    efd70bc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    91570cd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f817e28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0fa0081 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8d83cbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d3dd13d View commit details
    Browse the repository at this point in the history
  20. test: add tests for idfirst

    aeneasr committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9222eb3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2f6bc07 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    00603db View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    86589e8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a26548a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8e96451 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1afdc53 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0da3ef2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e806cc6 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2ff6bdc View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    86a057f View commit details
    Browse the repository at this point in the history
  2. Update .github/workflows/ci.yaml

    Co-authored-by: hackerman <[email protected]>
    jonas-jonas and aeneasr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e6cae4c View commit details
    Browse the repository at this point in the history
  3. chore: use correct import

    aeneasr committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e070b27 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    0da0c9b View commit details
    Browse the repository at this point in the history
  2. chore: remove max length

    jonas-jonas committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5160bfc View commit details
    Browse the repository at this point in the history