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

Add groups to users automatically via Oauth #1677 #2159

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 16, 2024

  1. Add JWT group extraction to auth middleware

    Introduces the extraction of group claims from JWTs within the authentication middleware. This will enable automatic OAuth group assignment to user sessions
    khanfarr committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    6518a1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ced24a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    cafa03d View commit details
    Browse the repository at this point in the history
  2. [WIP] Begin converting progress from JS to Python since it's mentione…

    …d the Pyramind authentication system is being used
    khanfarr committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    f5e7cec View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    0cf004a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3aadb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    6449c18 View commit details
    Browse the repository at this point in the history
  2. Improve code

    khanfarr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dd4931d View commit details
    Browse the repository at this point in the history
  3. Improve code (2)

    khanfarr committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f0719bf View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Tests for auth policies

    khanfarr committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4ea125f View commit details
    Browse the repository at this point in the history