Skip to content

Commit

Permalink
Merge pull request #1017 from near/enhancement/put-signer-in-iframe
Browse files Browse the repository at this point in the history
Introduce a iframe based fastAuth & Wallet authentication modal
  • Loading branch information
benmalcom authored Mar 4, 2024
2 parents ac96a26 + 3fb100c commit 8cc6da7
Show file tree
Hide file tree
Showing 5 changed files with 1,275 additions and 82 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,6 @@ next-env.d.ts

# Sentry Auth Token
.sentryclirc

#itellij hidden files
/.idea/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"iframe-resizer-react": "^1.1.0",
"local-storage": "^2.0.0",
"lodash": "^4.17.21",
"near-fastauth-wallet": "^0.0.10",
"near-fastauth-wallet": "^0.0.12",
"near-social-vm": "github:NearSocial/VM.git#2.6.0",
"next": "^13.5.6",
"next-pwa": "^5.6.0",
Expand Down
Loading

0 comments on commit 8cc6da7

Please sign in to comment.