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(sessions): add a verification cookie [PPT-870] [PPT-872] #111

Merged
merged 10 commits into from
Sep 7, 2023

Commits on Sep 1, 2023

  1. feat(sessions): add a verification cookie

    used to indicate if the user has authenticated and can access static assets
    stakach committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    5445eaa View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    a5fc51c View commit details
    Browse the repository at this point in the history
  2. fix configure_asset_access

    stakach committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    5df6f84 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    0ff82c1 View commit details
    Browse the repository at this point in the history
  2. ensure query params exist

    stakach committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    bfdef43 View commit details
    Browse the repository at this point in the history
  3. fix tokens on placeos local

    stakach committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    318248a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    934e798 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. fix missing gem

    stakach committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8698305 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    31cd88e View commit details
    Browse the repository at this point in the history
  3. configure_asset_access if bearer present for auth/authority

    logged in users won't need to refresh the page
    stakach committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ca6029c View commit details
    Browse the repository at this point in the history