Giter Club home page Giter Club logo

Comments (9)

aaugustin avatar aaugustin commented on July 29, 2024

This would require keeping a record of generated tokens on the server. However django-sesame is currently stateless. So it's a different design.

Your version will be simpler than django-sesame because you don't need any crypto, you just need to store (user_id, random_token) pairs and delete them when they're used.

django-sesame is just a few dozen lines of code on top of Django's utilities. There will be little overlap with a library implementing the behavior you're describing.

That's why I think it makes more sense to implement one-time tokens in a separate library.

from django-sesame.

mitchelljkotler avatar mitchelljkotler commented on July 29, 2024

Not sure if I should just start a new issue since it has been quite a while, but this is something I am interested in again. This blog post describes a way to achieve this:
https://simpleisbetterthancomplex.com/tutorial/2016/08/24/how-to-create-one-time-link.html

Basically, just add the user's last login to the hash, so that the hash becomes valid after they login again. This retains the simplicity of your design, with the option for one time use tokens. Would you be open something like this?

from django-sesame.

aaugustin avatar aaugustin commented on July 29, 2024

I don't have a strong opinion. How would user opt-in to that behavior? With a setting? With a different API for generating tokens?

from django-sesame.

mitchelljkotler avatar mitchelljkotler commented on July 29, 2024

I was thinking a setting, although you could also have an option on get_parameters and get_query_string to override it.

from django-sesame.

mitchelljkotler avatar mitchelljkotler commented on July 29, 2024

Thinking about it more, mixing the two will complicate the decoding logic.... might be easiest for it to just be a setting so you always know whether to expect the login date to be there or not. If you would accept this, I would be willing to write a PR for it... however, I do need UUID primary keys for users, so would wait until that is merged in.

from django-sesame.

aaugustin avatar aaugustin commented on July 29, 2024

I'm OK with a global setting to opt-in to single use tokens.

from django-sesame.

mitchelljkotler avatar mitchelljkotler commented on July 29, 2024

I have created a pull request for this - please review it and let me know if it needs any fixes to be merged in. Thanks!

from django-sesame.

aaugustin avatar aaugustin commented on July 29, 2024

Yes I've had it on my radar this week. Very busy week, unfortunately.

from django-sesame.

mitchelljkotler avatar mitchelljkotler commented on July 29, 2024

from django-sesame.

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.