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: add Granular OAuth Scopes #169

Merged
merged 55 commits into from
Sep 16, 2021
Merged

feat: add Granular OAuth Scopes #169

merged 55 commits into from
Sep 16, 2021

Commits on Aug 10, 2021

  1. feat: add scope checking

    tassja committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c0404ba View commit details
    Browse the repository at this point in the history
  2. fix: return array

    tassja committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    70824f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9245931 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

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

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    05ed5f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    611a67a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99ae0cd View commit details
    Browse the repository at this point in the history
  4. style(helper): add default arg

    tassja committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    c9bff6d View commit details
    Browse the repository at this point in the history
  5. perf: add scopes to auth user

    tassja committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    a9ebd5b View commit details
    Browse the repository at this point in the history
  6. fix: remove double assignment

    tassja committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    03250ad View commit details
    Browse the repository at this point in the history
  7. style: rename method calls

    tassja committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    18a1ab5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cfd971f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f5ab60c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    d063a52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0228ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6595a0d View commit details
    Browse the repository at this point in the history
  4. bump shards

    tassja committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    8bf4685 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39dd7b3 View commit details
    Browse the repository at this point in the history
  6. fix: method arguments

    tassja committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c3fbd47 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    02dcded View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    880c43f View commit details
    Browse the repository at this point in the history
  3. fix: variable name

    tassja committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    8353ecc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdd1378 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2658e34 View commit details
    Browse the repository at this point in the history
  6. chore: bump version

    tassja committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9a6e358 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    25f1d3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa6e8e View commit details
    Browse the repository at this point in the history
  3. stlye: clean up format

    tassja committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5092b4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9117787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a4c6e5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82caeb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a273cf View commit details
    Browse the repository at this point in the history
  8. fix(systems): method name

    tassja committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    0d7edb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    f836fdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8541aaa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc40fca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e57b69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85909cf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. refactor(utils:scopes): move scopes into module

    - Fixed compilation issues with scopes
    - Seperated callbacks and scope checks in each controller
    - Removed a few redundant includes of `Utils::CurrentUser`
    caspiano committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    607cd86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df142de View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. fix(scopes): add verbatim

    tassja committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4fc9f19 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2021

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

Commits on Aug 29, 2021

  1. style(scopes): ignore Ameba

    tassja committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    c0cca02 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    708977a View commit details
    Browse the repository at this point in the history
  2. fix(scopes): resolve path

    tassja committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    d9ad853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b5fed1 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

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

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    55ee002 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0de93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d7c80c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

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

Commits on Sep 9, 2021

  1. docs(scopes): add example

    tassja committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b936101 View commit details
    Browse the repository at this point in the history
  2. docs(scopes): update comment

    tassja committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    76c40b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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