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

OAuth Manager and OAuth2/OpenID connect Plugin #156

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

Commits on Jan 23, 2024

  1. first oauth commit

    Markus Beckschulte committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    fd91fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6c12e View commit details
    Browse the repository at this point in the history
  3. remove stupid logs

    Markus Beckschulte committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5680c45 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. pylint, flake8, mypy satisfaction

    still having three errors with mypy:
    kvmd\plugins\auth\oauth2.py:142: error: Function is missing a return type annotation  [no-untyped-def]
    kvmd\apps\kvmd\oauth.py:102: error: Function is missing a return type annotation  [no-untyped-def]
    kvmd\apps\kvmd\oauth.py:117: error: Function is missing a return type annotation  [no-untyped-def]
    Markus Beckschulte committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    63bef36 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 7, 2024

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

Commits on Feb 16, 2024

  1. add docs

    Markus Beckschulte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    68d6382 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'oauth' of https://github.com/markus-96/kvmd into oauth

    Markus Beckschulte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c552f5c View commit details
    Browse the repository at this point in the history
  3. add license

    Markus Beckschulte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e9f1779 View commit details
    Browse the repository at this point in the history
  4. Update oauth.py

    Markus Beckschulte committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4142eda View commit details
    Browse the repository at this point in the history