Giter Club home page Giter Club logo

Comments (2)

NickNaskida avatar NickNaskida commented on May 18, 2024

Went deep into the implementations. It seems that tokens are identical.

1 - .eJwFwckSQzAAANB_cTejixpHS4JQNARx6RQdoVX7-vV9j9PTXo4Hqg-Zge44j6GXpy4yiF8Qxe2m9lgiyeoS-MJg9mLxRAqVtoDSYEsqE_tkQQdUDsH85PCxpMY5c8MVHu6o1jpzTL5kPr4xPlieUSw27CqbNfhNMtCGLimVClG0C-yiiriwi2h-2_ua-1UvEWuVV-07p1toDG2ztxN2Ru4PylA7JA.HKQmoCKXRIWpwrmnR5kSvGYHo5Q
2 - .eJwFwckSQzAAANB_cTejixpHS4JQNARx6RQdoVX7-vV9j9PTXo4Hqg-Zge44j6GXpy4yiF8Qxe2m9lgiyeoS-MJg9mLxRAqVtoDSYEsqE_tkQQdUDsH85PCxpMY5c8MVHu6o1jpzTL5kPr4xPlieUSw27CqbNfhNMtCGLimVClG0C-yiiriwi2h-2_ua-1UvEWuVV-07p1toDG2ztxN2Ru4PylA7JA.HKQmoCKXRIWpwrmnR5kSvGYHo5Q

However, the serializer fails to validate the signature. (I commented out try/except to see the error)

Screenshot 2023-09-18 at 20 00 25

Going to look further into it 🧐

from starlette-csrf.

NickNaskida avatar NickNaskida commented on May 18, 2024

Turned out, that I had a random secret token (that is passed to middleware) generation in my settings secret=secrets.token_urlsafe(32) and because of this every time I restarted the server, the token changed. Due to the changed value, the cryptographic algorithm failed to validate tokens generated with the old token value.

Added note in README and made a pull request - #17

from starlette-csrf.

Related Issues (7)

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.