Skip to content

Terms of service feature & Portis update

Compare
Choose a tag to compare
@taylorjdawson taylorjdawson released this 29 Apr 17:53
8f4e1bd

The latest release of Onboard includes a new option that enables developers to ask users to agree to the terms of services before using Onboard. To enable this feature add the following to your Onboard init object:

const onboard = Onboard({
  ...
  walletSelect: {
    agreement: {
      version: '0.1.0',
      termsUrl:'https://www.yourdapp.com/terms-conditions',
      privacyUrl: 'https://www.yourdapp.com/privacy-policy',
    }
  }
})

Example:

image

Please see the docs for more information regarding this feature.

Additionally, it includes the updated Portis wallet!

Changelog:

  • 1.23.0-0.1.0: [feature] Adds optional terms agreement (#531)
  • 1.23.0-0.2.0: [feature] Configure CircleCI (#532)
  • 1.23.0-0.2.1: [fix] Terms of service (#536)
  • 1.23.0-0.2.2: [chore] move authereum below fold (#543)
  • Updated Portis version to 3.0.10 (#539)