You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bot builder plugin so it receives messages (#290)
When I added the token validation, I
Moved the path registration to onInit in HttpPlugin
Removed credentials as a variable from the BotBuilderPlugin thinking it was accidentally left there
In this PR:
Call super.onInit so path registration is correctly done. This also registers the middleware to do token validation
Add credentials back in (with a comment) because the Reflect api doesn't see the properties of parent classes which is required for Dependency Injection.
0 commit comments