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

Simplify Gothic to use our session store instead of creating a different store #17507

Merged
merged 8 commits into from
Nov 3, 2021

Commits on Oct 31, 2021

  1. Simplify Gothic to use our session store instead of creating a differ…

    …ent store
    
    We have been using xormstore to provide a separate session store for our OAuth2 logins
    however, this relies on using gorilla context and some doubling of our session storing.
    We can however, simplify and simply use our own chi-based session store. Thus removing
    a cookie and some of the weirdness with missing contexts.
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    3c2e609 View commit details
    Browse the repository at this point in the history
  2. as per review

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    ae63560 View commit details
    Browse the repository at this point in the history
  3. as per review

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    d377426 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    b25fcf6 View commit details
    Browse the repository at this point in the history
  2. Handle MaxTokenLength

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    eae3178 View commit details
    Browse the repository at this point in the history
  3. oops

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    433fe80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b41726 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

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