David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
David Kimura PRO said almost 8 years ago on Observer Patterns :
very good point

David Kimura PRO said almost 8 years ago on Rails API App - Authentication with JSON Web Tokens :
See if this episode helps out. It uses `devise` and the `knock` gem for JWT authentication. https://www.driftingruby.com/episodes/rails-api-authentication-with-jwt

David Kimura PRO said almost 8 years ago on Rails API App - Authentication with JSON Web Tokens :
It looks like the cURL request may be malformed as it is setting the parameter's key as the full hash and the [FILTERED] part is the value.

David Kimura PRO said almost 8 years ago on Rails API App - Authentication with JSON Web Tokens :
I believe you're correct. The Windows implementation of cURL may be a bit different and/or how the command prompt handles the syntax. https://www.driftingruby.com/episodes/ruby-on-rails-development-with-microsoft-windows-10 https://www.driftingruby.com/episodes/intro-to-docker-on-windows Check out these episodes. I'd highly recommend one of these methods if you're going to be developing on a Windows machine. Alternatively, you could also do a VirtualBox Ubuntu VM or something similar.