stormpath-express-react-example
stormpath-express-react-example copied to clipboard
401 unauthorized /me
Clone the sample project and open dev tools -> Navigate to localhost:3000 -> You'll see a 401 error, a GET request to /me.
@mdeggies I'm not sure this is supposed to be considered an error? It's essentially checking if there is a current user and failing, because there is no current user for this session. The browser is the one handling the cookies here and this is expected behaviour.
@mdeggies is this using a flow where you authenticated against the client API? If so that is a known problem that we're working on and hope to fix today, it will require a new release of express-stormpath.
@robertjd Ahh yep, that's it. I am using Client API here. Btw, happy birthday! :)
Hey @mdeggies can you try again? I just updated this example, and it should be working with Client API tokens now.