flask-oidc icon indicating copy to clipboard operation
flask-oidc copied to clipboard

OpenID Connect support for Flask

Results 35 flask-oidc issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [charliermarsh/ruff-pre-commit](https://togithub.com/charliermarsh/ruff-pre-commit) | repository | minor | `v0.1.11` -> `v0.4.4`...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [pytest](https://togithub.com/pytest-dev/pytest) ([changelog](https://docs.pytest.org/en/stable/changelog.html)) | `^7.1.2` -> `^7.1.2 \|\|...

dependencies
python

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [myst-parser](https://togithub.com/executablebooks/MyST-Parser) | `^2.0.0` -> `^2.0.0 \|\| ^3.0.0`...

dependencies
python

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [psf/black](https://togithub.com/psf/black) | repository | major | `23.12.1` -> `24.4.2` | Note:...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/fedora-infra/flask-oidc). ## Awaiting Schedule The following updates are...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/download-artifact](https://togithub.com/actions/download-artifact) | action | major | `v3` -> `v4` | |...

dependencies

Hello everyone ! I'm currently integrating Flask-OIDC 2.1.1 in my project and have encountered an issue where the validate_token function does not seem to be available. This is critical as...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fsfe/reuse-tool](https://togithub.com/fsfe/reuse-tool) | repository | major | `v2.1.0` -> `v3.0.2` | Note:...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [reuse](https://reuse.software/) ([source](https://togithub.com/fsfe/reuse-tool)) | `^2.1.0` -> `^2.1.0 \|\|...

dependencies
python

Recently I found that flask-oidc was forked and back to a maintainable state, but I found that direct upgrade of flask-oidc from pypi brake some backward compatibility when decorator `@oidc.accept_token`...