Skip to content

Releases: torusresearch/CustomAuth

Minor changes (NOTICE FOR USERS WITH REQUIRE SYNTAX)

02 Feb 10:54
Compare
Choose a tag to compare

The following changes have been made in this release:

  • Export createHandler
  • Remove default library export
  • Update deps
  • Lint
  • Update example
  • Update documentation

Note:

If you've been using direct auth with require syntax, please include .default from now

v3.5.7

16 Jan 06:39
Compare
Choose a tag to compare

Fix issue testnet env pointing to mainnet address

v3.5.6

13 Jan 06:56
Compare
Choose a tag to compare

Updated deps

v3.5.5

11 Jan 03:22
Compare
Choose a tag to compare

Store contract addresses in sdk so that users only need to specify "testnet" while initialization

v3.5.4

06 Jan 04:44
Compare
Choose a tag to compare

Update deps

v3.5.3

01 Jan 08:25
Compare
Choose a tag to compare

The following changes have been made in this release:

  • Add support for optional extraParams in getTorusKey
  • Return OAuth error params from sdk

v3.5.2

01 Jan 06:38
Compare
Choose a tag to compare

Update deps

v3.5.1

11 Nov 12:38
Compare
Choose a tag to compare

Updated deps to fix infura outage

v3.5.0

10 Nov 06:55
Compare
Choose a tag to compare

The following changes have been made in this release:

  1. Added triggerHybridAggregateLogin

v3.4.1

16 Sep 04:16
Compare
Choose a tag to compare

Allow passing in custom params along with JwtParams to pass to google, facebook, twitch, reddit and discord handlers.
This feature allows you to send along more params/ edit the default values set by torus sdk.