Post

Replies

Boosts

Views

Activity

Reply to Rest Weather API JWT generation on Arduino/Esp32
I hope it will help: Create a ruby file on your Mac using any code editor (For example: JWT.rb) Example of the code inside this file: 3. Run this file in Terminal using: ruby + file name (ruby JWT.rb) 4. You will see a token in Terminal. If the token is not made then try this: Open the root directory of Mac in Terminal and print: export GEM_HOME="$HOME/. gem" gem install rails gem install ruby Try again the 3 paragraph (Run this file in Terminal using: ruby + file name (ruby JWT.rb)) Good luck :)
Nov ’22