Skip to content

Commit

Permalink
feat: add authentication via MagicLink
Browse files Browse the repository at this point in the history
Integration to enableWeb3 and authenticate via MagicLink, by providing the `magicLink` provider.
  • Loading branch information
rayyan224 authored Jan 27, 2022
1 parent fd1a6ad commit 9420eb9
Show file tree
Hide file tree
Showing 7 changed files with 30,200 additions and 4,221 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ gulp.task('browserify', function (cb) {
.exclude('xmlhttprequest')
.ignore('_process')
.ignore('@walletconnect/web3-provider')
.ignore('magic-sdk')
.bundle();
stream.on('end', () => {
cb();
Expand All @@ -248,6 +249,7 @@ gulp.task('browserify-weapp', function (cb) {
.exclude('xmlhttprequest')
.ignore('_process')
.ignore('@walletconnect/web3-provider')
.ignore('magic-sdk')
.bundle();
stream.on('end', () => {
cb();
Expand Down
Loading

0 comments on commit 9420eb9

Please sign in to comment.