Skip to content

Releases: vapor-community/telesign-kit

TelesignKit 3.1.1

08 Aug 04:04
fa89055
Compare
Choose a tag to compare

Fixes an issue where signatures would sometimes fail validation because the timezone was set to UTC which isn't a timezone but a time standard and not GMT which is an actual timezone.

TelisignKit 3.1.0

08 Aug 01:34
f834862
Compare
Choose a tag to compare

Adds event loop hopping method and unpins AsyncHTTPClient from exact tag.

TelesignKit 3.0.0

11 Mar 02:09
50e8549
Compare
Choose a tag to compare

This release requires swift 5.2 and uses apples swift-crypto.

TelesignKit 2.0.0

05 Jan 21:13
95e1253
Compare
Choose a tag to compare

This release allows constructing a TelesignClient with an EventLoop and a preconfigured HTTPClient.

let httpClient = HTTPClient(/*Custom configuration*/)

let client = TelesignClient(httpClient: httpClient,
                            eventLoop: eventloop,
                            apiKey: "YOUR_API_KEY",
                            customerId: "YOUR_CUSTOMER_ID")

TelesignKit 1.0.1

09 Dec 23:32
27b76e9
Compare
Choose a tag to compare

This patch release updates the open crypto version to the latest release .

TelesignKit 1.0.0

02 Nov 15:31
560de9c
Compare
Choose a tag to compare
Update README.md