Skip to content

Commit

Permalink
feat: Auth with redirect (#85)
Browse files Browse the repository at this point in the history
* Expose mode prop for connect

* add new fields for auth

* package lock

* upgrade thirdweb version

* update thirdweb in apps

* changeset

* lint fix
  • Loading branch information
WyattMufson authored Aug 15, 2024
1 parent 9ae8374 commit 9d7bb39
Show file tree
Hide file tree
Showing 11 changed files with 322 additions and 326 deletions.
6 changes: 6 additions & 0 deletions .changeset/clean-cats-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@treasure-dev/tdk-react": minor
"@treasure-dev/tdk-core": minor
---

Allow authentication via redirect. Update thirdweb sdk to latest and remove old param authenticatorType from passkey auth
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"abitype": "^1.0.5",
"dotenv": "^16.3.1",
"fastify": "^4.24.3",
"thirdweb": "^5.15.0",
"thirdweb": "^5.46.1",
"viem": "^2.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion apps/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-hook-form": "^7.50.1",
"react-verification-input": "^4.0.0",
"remix-utils": "^7.3.0",
"thirdweb": "^5.14.0"
"thirdweb": "^5.46.1"
},
"devDependencies": {
"@remix-run/dev": "^2.2.0",
Expand Down
Loading

0 comments on commit 9d7bb39

Please sign in to comment.