Code Monkey home page Code Monkey logo

j-tockauth's People

Contributors

eth3rnit3 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

j-tockauth's Issues

signIn: Cannot read property 'roles' of undefined

Awesome that you started to work on this. Just what I was looking for. We have used https://github.com/kylecorbelli/redux-token-auth in some projects, but find the package a bit overcomplicated. You seem to take a more straight forward approach.

Anyway, I'm getting an error on line 268 in index.js when I authenticate:

        this.roles = response ? response.data.roles : [];

Everything is okay on the back-end. I get a 200 response with the necessary authentication heades. But then I get:

 TypeError: Cannot read property 'roles' of undefined
    at JtockAuth.setRoles (index.js:268)
    at index.js:84

When I debug this authenticating with my Rails6 API with DeviseTokenAuth, the response is :

{user: {
    courses: []
    email: "[email protected]"
    firstName: "Thomas"
    id: 11
    lastName: "Ochman"
    }
}

This is the way I use signIn

  const formSubmitHandler = () => {
    auth
      .signIn(formValues.email, formValues.password)
      .then(user => {
        console.table(user);
       // more code...
      })
      .catch(error => {
        console.error(error);
      }); 
  }

Params on the Rails side are okay:

<ActionController::Parameters {"email"=>"[email protected]", "password"=>"password", "controller"=>"user_sessions", "action"=>"create", "user_session"=>{"email"=>"[email protected]", "password"=>"password"}} permitted: false>

Any thoughts? What am I missing?

BTW, What are you using roles for? Is this specific for your own implementation or a generic attribute?

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.