waiting-for-dev / devise-jwt

JWT token authentication with devise and rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dispatch requests not working for me

adnanmirza1 opened this issue · comments

In my devise.rb config, i have added dispatch request like this:

jwt.dispatch_requests = [
['POST', %r{^/api/v1/users/sign_in$}],

]

still i'm not receiving token on this request.

Please, open a new issue filling the bug template report that is rendered with all the debugging information. Thanks.