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

Fix issue #94: Support for authlib 1.0.0 #95

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

Commits on May 13, 2022

  1. Fix issue authlib#94: Support for authlib 1.0.0

    Use FlaskOAuth2App instead of FlaskRemoteApp since authlib 1.0.0
    refactored accordingly and removed FlaskRemoteApp.
    birkjernstrom committed May 13, 2022
    Configuration menu
    Copy the full SHA
    3b5c592 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2022

  1. Support Authlib >= 1.0.0 for Flask, Django & FastAPI.

    Register & use the correct remote application (OAuth 1 or 2)
    based on the backend configuration.
    birkjernstrom committed May 14, 2022
    Configuration menu
    Copy the full SHA
    b42feb4 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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