mcordell / grape_devise_token_auth

Grape compatibility for devise_token_auth + devise + rails setup
MIT License
41 stars 29 forks source link

Issue with login #16

Open anbublacky opened 7 years ago

anbublacky commented 7 years ago

Hi,

I know this is not a issue with the gem, but i cant find any documentation about this.

I am able to sign up with the /auth url and in body it returns data and in the header i get all details including client, access-token, expiry, token-type.

and i used this in the header info and i gave request to a endpoint say /api/v1/list_user which has authenticate_user! inside it, so the end point always return 401 error.

How do i access url with signin in?