Skip to content

Commit

Permalink
BREAKING: Update the decentraland-connnect dependency to use Magic's …
Browse files Browse the repository at this point in the history
…OAuthV2 (#667)

* fix: Update decentraland-connnect

* fix: Update decentraland connnect

* fix: commit for breaking change

BREAKING: Decentraland Connect now uses the OAuthV2 dependency.
  • Loading branch information
LautaroPetaccio authored Feb 3, 2025
1 parent 1521cc4 commit 40f0c02
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 8 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,6 @@ import { Switch, Route } from 'react-router-dom'
import SignInPage from 'decentraland-dapps/dist/containers/SignInPage'

//...

<Switch>
<Route exact path='/' component={...} />
{/* your dapps routes... */}
Expand Down
58 changes: 52 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"axios": "^0.21.1",
"date-fns": "^1.29.0",
"dcl-catalyst-client": "^21.1.0",
"decentraland-connect": "^7.3.2",
"decentraland-connect": "^8.0.1",
"decentraland-crypto-fetch": "^2.0.1",
"decentraland-transactions": "^2.18.0",
"decentraland-ui": "^6.11.0",
Expand Down

0 comments on commit 40f0c02

Please sign in to comment.