Skip to content

Commit

Permalink
Merge pull request #835 from TokenScript/release/3.1.0
Browse files Browse the repository at this point in the history
updated change log in prep for release
  • Loading branch information
nicktaras authored Sep 21, 2023
2 parents a4efb49 + b9f49e9 commit cfabb82
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
15 changes: 9 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
> Description
Patch release to support the upgrade of attestations.
Feature release to support Socios OAuth2 Wallet Provider, additional configuration options and improvments.

### Upgrade Steps

- Update NPM package to version 3.0.2
- Update NPM package to version 3.1.0

### Breaking Changes

[none]

### New Features

[none]
- Added new configuration text to active mode ui options
- Off chain Token user flows now default to re-direct mode, due to all major browsers by default denying to cross origin local storage access via Iframes.
- Added Socios OAuth2 Wallet Provider support via compatbility with a new NPM package (https://www.npmjs.com/package/@tokenscript/token-negotiator-server)

### Bug Fixes

- attestationWindowConfig check to the existence of window before usage (issue found applicable to full stack web applications)
- updated list of attestation schema id's to be ignored for off chain attestation managment (ensuring readability of valid attestations)
- Fix to ensure the validity of attestations when expired
- Show retry for on chain tokens when they fail to resolve the first time
- Off Chain Attestation Toggle button UX fix (for custom EAS tokens)

### Performance Improvements

[none]

**Full Change log**:

https://github.com/TokenScript/token-negotiator/compare/v3.0.1...v3.0.2
https://github.com/TokenScript/token-negotiator/compare/v3.0.2...v3.1.0
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
collectionID: "socios",
contract: "0x3506424F91fD33084466F402d5D97f05F8e3b4AF",
oAuth2options: {
consumerKey: "PBK9Mx_ffFRUPHW9BLTxnGHRdywa",
partnerTag: "smarttokenlabs",
consumerKey: "YOUR_CONSUMER_KEY",
partnerTag: "YOUR_PARTNER_TAG",
endpoints: {
redirectURI: {
path: "http://localhost:5000/user-login-callback",
Expand All @@ -43,6 +43,10 @@
path: 'http://localhost:5000/user-nfts',
params: {}
},
userLogout: {
path: 'http://localhost:5000/user-logout',
params: {}
},
},
},
},
Expand Down

0 comments on commit cfabb82

Please sign in to comment.