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

Move auth to a separate chunk #74

Merged
merged 5 commits into from
Sep 5, 2019
Merged

Commits on Sep 5, 2019

  1. Fix webpack package analyze

    It was _kind of working_
    paulfalgout committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d4e0863 View commit details
    Browse the repository at this point in the history
  2. Allow for dynamic importing

    This will allow for us to separate the auth from the rest of the app (and potentially reuse this chunk for form.io)
    paulfalgout committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    ee546d2 View commit details
    Browse the repository at this point in the history
  3. Remove unused config

    This was copy-pasta from RWell but never used
    paulfalgout committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    6065e6a View commit details
    Browse the repository at this point in the history
  4. Reconfigure auth to be separate and before the app

    Also utilize auth0's tenant sessions for logging in without a login screen.
    paulfalgout committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    133fa12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9edb58e View commit details
    Browse the repository at this point in the history