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

[WIP] Make anitya use authlib instead of social_auth #1220

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Nov 22, 2024

  1. Migrate social_auth to authlib

    LenkaSeg authored and Zlopez committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    6702b3c View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Fix the tests for authlib change

    Removes social_auth_sqlalchemy references as the social_auth tables are
    no longer needed with authlib.
    All tests are now passing.
    
    Signed-off-by: Michal Konecny <[email protected]>
    Zlopez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    15f34ce View commit details
    Browse the repository at this point in the history
  2. Fix the container dev environment

    With the removal of social_auth libraries the dev environment needs to
    be updated as well.
    
    Signed-off-by: Michal Konecny <[email protected]>
    Zlopez committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    cbfa97f View commit details
    Browse the repository at this point in the history