Giter Site home page Giter Site logo

Comments (3)

eshaan7 avatar eshaan7 commented on May 24, 2024

I think you could make the token_ttl value about 5-10 years or even more for such an use case.

PS. A never expiring token is generally a bad security strategy. I'd recommend a shorter token lifetime with periodic calls to refresh_token API view to either refresh the expiry or replace with new token.

from django-rest-durin.

Abishek05 avatar Abishek05 commented on May 24, 2024

@eshaan7 Do you think it's a bad idea to use this library for a use case where we have to provide an API key for all the users in the system. A part of the requirement is to make this API key not to expire.

from django-rest-durin.

eshaan7 avatar eshaan7 commented on May 24, 2024

@Abhishek05,

I assume you want the ability to have multiple tokens per user and that's why you stumbled upon this library? Otherwise, you can probably just use the default token mechanism inbuilt into django rest framework.

I'd say that this library does solves the use case of issuing such tokens to users which do not conflict with each other. This can be achieved by just creating another Client instance and issuing tokens against it. The only caveat is token_ttl cannot be set to a value like "no expiry", to achieve that you can make the TTL 15+ years and it should work fine.

from django-rest-durin.

Related Issues (18)

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.