Giter Site home page Giter Site logo

Token in response about vue-auth HOT 4 CLOSED

websanova avatar websanova commented on August 26, 2024
Token in response

from vue-auth.

Comments (4)

websanova avatar websanova commented on August 26, 2024

Hey, so I've just done an update for how the auth drivers works. Make sure you get the latest v1.4.0-beta release. Because this is a bit non standard you will need to create a custom auth driver. You can check out the Authentication docs, it should look something like in the example there.

authType: 'custom1',

custom1Auth: {
    request: function (req, token) {
        req.headers.set('Authorization', token);
    },
    response: function (res) {
        return (res.data.data || {}).token;
    }
}

The response part should handle the token setup you have. Not sure how you're sending the token in the request though.

from vue-auth.

dgrubelic avatar dgrubelic commented on August 26, 2024

Thank you for your response. I actually managed to implement this by extending responseIntercept and bearerAuth (since this API i'm using has Authorization: JWT abcde123 token format).

But since this is much more elegant solution, i updated to a new version.

from vue-auth.

websanova avatar websanova commented on August 26, 2024

Ya, I think it's better than hacking the internal functions :p

On Nov 4, 2016 15:50, "Davor GrubeliΔ‡" [email protected] wrote:

Thank you for your response. I actually managed to implement this by
extending responseIntercept and bearerAuth (since this API i'm using has Authorization:
JWT abcde123 token format).

But since this is much more elegant solution, i updated to a new version.

β€”
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#42 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABkcyxD_1eVuxWae-d2zM_-X9NLOjkKXks5q6vHsgaJpZM4Ko4bs
.

from vue-auth.

dgrubelic avatar dgrubelic commented on August 26, 2024

I agree, but previous solution was the only way to implement your lib into my app. Now it's fixed πŸ˜„

Closing....

from vue-auth.

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.