botframework-ruby
botframework-ruby copied to clipboard
Outdated SDK
When using Microsoft Bot Framework Channel Emulator it says
[14:00:03] Warning: The bot is using an SDK version earlier than 3.11.0.
[14:00:03] Warning: SDK versions earlier than 3.11.0 use an authentication configuration that will no longer work with the emulator after November 15, 2017.
[14:00:03] Warning: For your bot to continue working with the emulator, please update your bot to use an SDK version greater than or equal to 3.11.0.
[14:00:03] Read about the Bot Framework authentication change.
[14:00:04] Warning: The latest bot SDK version is 3.11.0.
[14:00:04] Warning: Consider upgrading the bot to the latest SDK version.
https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-connector-authentication
Also by the way there doesn't seem to be implemented proper JWT validation, like keys aren't checked at all.
JWT validation is a known issue see #1