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

[Auth] Migrate app-backend to use new auth services #23719

Merged
merged 36 commits into from
Apr 9, 2024
Merged

Commits on Apr 8, 2024

  1. app-backend: add static asset store namespacing

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    3b674b8 View commit details
    Browse the repository at this point in the history
  2. app-backend: internal refactor to separate out app router

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    97b9d2b View commit details
    Browse the repository at this point in the history
  3. big improvements

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a8c7b0d View commit details
    Browse the repository at this point in the history
  4. feat: create default get cookie endpoint

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    7b77bef View commit details
    Browse the repository at this point in the history
  5. refactor: extract a create cookie middleware

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f17da85 View commit details
    Browse the repository at this point in the history
  6. refactor: move redirect to root

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    60167a3 View commit details
    Browse the repository at this point in the history
  7. feat: create app mode provider

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    641a068 View commit details
    Browse the repository at this point in the history
  8. feat: remove cookie on sign out

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a1950ad View commit details
    Browse the repository at this point in the history
  9. refactor: move app mode provider to auth react

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    fc15c4a View commit details
    Browse the repository at this point in the history
  10. docs: start drafting a public entrypoint tutorial

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    14c9f68 View commit details
    Browse the repository at this point in the history
  11. test: try fixing namespace length

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    32a208a View commit details
    Browse the repository at this point in the history
  12. docs: add changeset files

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    c884b9a View commit details
    Browse the repository at this point in the history
  13. refactor: apply review suggestions

    Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ffd7110 View commit details
    Browse the repository at this point in the history
  14. refactor: more review refinements

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b01e709 View commit details
    Browse the repository at this point in the history
  15. docs: update enable public entry tutorial

    Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    feab471 View commit details
    Browse the repository at this point in the history
  16. refactor: move app auth proviter to core api

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    b602171 View commit details
    Browse the repository at this point in the history
  17. fix: remove auth node changeset

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    dde4707 View commit details
    Browse the repository at this point in the history
  18. fix: injecting app mode

    Signed-off-by: Camila Belo <camilaibs@gmail.com>
    camilaibs authored and Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    721359b View commit details
    Browse the repository at this point in the history
  19. cli: copy public files to public dist dir when used

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    837071a View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. backend-app-api: use promise router in cookie auth middleware

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d3344ee View commit details
    Browse the repository at this point in the history
  2. cli: copy public files to both protected and public dist dirs

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cd8587d View commit details
    Browse the repository at this point in the history
  3. app-backend: log when running in protected mode

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2ff147b View commit details
    Browse the repository at this point in the history
  4. app-backend: log users out if session is invalid

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f9ad268 View commit details
    Browse the repository at this point in the history
  5. app-backend: update meta tag injection to be able to update existing tag

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    52d948d View commit details
    Browse the repository at this point in the history
  6. core-app-api: add startCookieAuthRefresh + test

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2b57eac View commit details
    Browse the repository at this point in the history
  7. core-app-api: replace cookie auth provider with new implementation in…

    … AppIdentityProxy
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d11767c View commit details
    Browse the repository at this point in the history
  8. docs/tutorials/enable-public-entry: remove AuthProxyDiscoveryApi from…

    … example
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    e2e0c99 View commit details
    Browse the repository at this point in the history
  9. frontend-app-api: update app protection wiring

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1bfaadb View commit details
    Browse the repository at this point in the history
  10. changesets: updated and added changesets for app auth

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4fecffc View commit details
    Browse the repository at this point in the history
  11. auth-react: remove CompatAppProgress since it's no longer needed

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    33223c7 View commit details
    Browse the repository at this point in the history
  12. backend-app-api: fix cookie delete response

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    30c7ed4 View commit details
    Browse the repository at this point in the history
  13. app-backend auth review fixes

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d1adc89 View commit details
    Browse the repository at this point in the history
  14. app-backend: fix config injection

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    37973c2 View commit details
    Browse the repository at this point in the history
  15. app-backend: separate config injection handling for protected and pub…

    …lic bundle
    
    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ed4e394 View commit details
    Browse the repository at this point in the history
  16. auth-react: completely remove path option

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    633d30e View commit details
    Browse the repository at this point in the history
  17. core-app-api: cookie auth review fixes

    Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
    Rugvip committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5ce40c4 View commit details
    Browse the repository at this point in the history