Giter VIP home page Giter VIP logo

Comments (2)

ekryski avatar ekryski commented on August 19, 2024

Ya the cookie is valid for as long as the JWT is right now. Currently unless you explicitly set up a CookieExtractor for feathers-authentication-jwt then the cookie won't be used server side for authentication. Only the JWT that was extracted from the cookie and shoved into local storage is used.

Your best bet is to explicitly clear the cookie yourself after a successful auth and sounds like you are already doing that.

The reason we can't do that automatically is because for regular form posts and/or server side rendered apps we actually need the cookie to authenticate the user (kind of like a session). It's definitely not ideal.

In the next major version Feathers Auth we're going to be defaulting to using the URL instead of cookies for redirects, SSR and OAuth. Cookies will then only be needed for regular form posts so shouldn't cause any more of these weird issues.

We'll leave this open for reference and close it out when that functionality comes in. 🍻

from authentication-oauth2.

dekelev avatar dekelev commented on August 19, 2024

If this is implemented, will we be able to disable it if needed, so that the cookie won't be cleared automatically?

In our scenario, there's a browser extension, which loads in 3d-party websites and sends requests to the same server that serves our website (React+FeathersJS client). the authentication token is sent automatically by the browser through cookie. Login is only implemented in the website and local-storage is not shared between the website and the extension.

from authentication-oauth2.

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.