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(space-nuxt-base): support app bridge #64

Merged
merged 21 commits into from
Jul 22, 2024
Merged

feat(space-nuxt-base): support app bridge #64

merged 21 commits into from
Jul 22, 2024

Commits on Jul 11, 2024

  1. feat: support app bridge WIP

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d464c66 View commit details
    Browse the repository at this point in the history
  2. extract useAppBridge

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    282b7f2 View commit details
    Browse the repository at this point in the history
  3. clean up useAppBridge

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7b9b92e View commit details
    Browse the repository at this point in the history
  4. remove app bridge middleware

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e8f63f3 View commit details
    Browse the repository at this point in the history
  5. handle response of /api/_app_bridge

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    87b88ce View commit details
    Browse the repository at this point in the history
  6. validate origin of postMessage

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0d5472f View commit details
    Browse the repository at this point in the history
  7. fix isAuthenticated

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    bae0a02 View commit details
    Browse the repository at this point in the history
  8. update default layout

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    50802a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac92ced View commit details
    Browse the repository at this point in the history
  10. revert app config

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    96f9af4 View commit details
    Browse the repository at this point in the history
  11. clear the stale oauth cookie

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    ad73a40 View commit details
    Browse the repository at this point in the history
  12. add oauth status

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fe4cdec View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2d1a176 View commit details
    Browse the repository at this point in the history
  14. make origin optional

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a7a0159 View commit details
    Browse the repository at this point in the history
  15. extract verifyAppBridgeToken

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    6a379be View commit details
    Browse the repository at this point in the history
  16. add App Bridge server middleware

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    053430a View commit details
    Browse the repository at this point in the history
  17. skip external requests

    eunjae-lee authored and BibiSebi committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9da030a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    37156a8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e888207 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    3f7c74a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    8f33127 View commit details
    Browse the repository at this point in the history