dispatch requests not working for me
adnanmirza1 opened this issue · 1 comments
adnanmirza1 commented
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.
waiting-for-dev commented
Please, open a new issue filling the bug template report that is rendered with all the debugging information. Thanks.