- Updates request signing to work for any content-type (#44)
- Updated minimum Flask version to address security vulnerability (#45)
- Added support for Request signing
- Added the ability to pass an existing Flask instance into SlackEventAdapter
- Added server response headers for python, os and package versions
- Added the ability to pass an existing Flask instance into SlackEventAdapter
- Added server response headers for python, os and package versions
- Added change log ✅
- Decode byte stream into utf-8 - fixing Python 3 compatability issue (Thanks @navinpai!)
- Added host argument, to bind to hosts other than localhost (Thanks @calvinhp!)
- Improved verification token logic (Thanks @benoitlavigne!)
- Initial release 🎉