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(auth)!: move consent interaction to different port #2665

Merged

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    281ca71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0310fac View commit details
    Browse the repository at this point in the history
  3. feat(auth)!: move interaction choice to different port

    Accept and reject interaction choices should not be exposed. but other routes can and must be
    exposed. This is why we need to move the choice routes to different port
    
    BREAKING CHANGE: Routes for accepting and rejecting choice are no longer exposed. Ideally, this must
    be done through ASE backend service that checks for authentication / authorization
    golobitch committed May 27, 2024
    Configuration menu
    Copy the full SHA
    075ab8d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7d562b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf4abee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e55aa7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad31cfb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    64fcf16 View commit details
    Browse the repository at this point in the history
  9. chore(lint): documentation

    golobitch committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0f96db8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25cb61e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    308f5e9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7581bfd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    60a32b5 View commit details
    Browse the repository at this point in the history
  14. fix(auth): interaction server start log entry

    Co-authored-by: Max Kurapov <max@interledger.org>
    golobitch and mkurapov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    b5c28a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    525e54f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d2414be View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7461f68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f97bb43 View commit details
    Browse the repository at this point in the history