Git Product home page Git Product logo

Comments (9)

parthjoshi-pc avatar parthjoshi-pc commented on August 15, 2024 1

Just ran into this issue. Shouldn't this be reopened @SteelPangolin ?

from flask-oidc.

SteelPangolin avatar SteelPangolin commented on August 15, 2024

Can you please run pip freeze on your development virtualenv and paste the list of package versions in here? The current master of ItsDangerous still has TimedJSONWebSignatureSerializer, so I'm not sure what's happening here.
https://github.com/mitsuhiko/itsdangerous/blob/master/itsdangerous.py

from flask-oidc.

SteelPangolin avatar SteelPangolin commented on August 15, 2024

I can't reproduce this, so I'm going to close it. Please let me know if you run into it again.

from flask-oidc.

Jakepaker avatar Jakepaker commented on August 15, 2024

Flask that run on my venv is version 2.1.1. That doesn't contain TimedJSONWebSignatureSerializer.

from flask-oidc.

mmacata avatar mmacata commented on August 15, 2024

Looks like it was removed in 2.0.0. In my case downgrading itsdangerous<=2.0.0 helped as a quick fix although a real solution is suggested in the linked changelog.

from flask-oidc.

frozenpandaman avatar frozenpandaman commented on August 15, 2024

Following. I'm still not sure how to fix this without just downgrading Flask...

from flask-oidc.

mmacata avatar mmacata commented on August 15, 2024

This is how we fixed it in actinia - I don't know if this helps because it is a specific use case.

from flask-oidc.

abompard avatar abompard commented on August 15, 2024

Hey folks! We have forked and assumed maintainership of flask-oidc, with Patrick's agreement. The reference repo is now at https://github.com/fedora-infra/flask-oidc/. PyPI has been updated.
There's a new version available, 2.0.x, that fixes this issue and rebases on Authlib. Some features have been dropped but it should be mostly compatible (see the changelog).
Please open tickets in our tracker if you have issues upgrading.

from flask-oidc.

chibuezeayogu avatar chibuezeayogu commented on August 15, 2024
from itsdangerous.serializer import Serializer
from itsdangerous.exc import BadSignature, BadData

from flask-oidc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.