Releases: kitabisa/smooch
Releases · kitabisa/smooch
Version 0.5.0
Release v0.4.2
- add mapstructure to hsm payload struct
Release v0.4.1
- export struct
Release v0.4.0
- Pre-create app user and link app user to specified channel functionality.
- Send message in whatsapp HSM format.
- Support smooch basic auth and JWT auth.
Release v0.3.1
- Fix invalid JWT expiration
Release v0.3.0
-
Remove verify secret
Verify secret is not provided by smooch. It's just a token to secure request between client & messaging service, by checking equality between verifySecret key and header X-Api-Key.In this case, we don't need it because we only access santet service from internal and santet isn't exposed to public.
Release v0.2.0
New features :
- Token expiration & its checking.
- Renew token functionality whenever token is expired.
- Redis support as a centralized storage to store JWT token for supporting autoscaling environment. Use redigo as redis library.