Skip to content

Commit

Permalink
verify farcaster login and generate idtoken
Browse files Browse the repository at this point in the history
  • Loading branch information
lwin-kyaw committed Feb 6, 2024
1 parent ed22382 commit cc64ff0
Show file tree
Hide file tree
Showing 13 changed files with 339 additions and 128 deletions.
156 changes: 79 additions & 77 deletions demo/react-app-no-modal/package-lock.json

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

4 changes: 0 additions & 4 deletions demo/react-app/src/services/web3auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,6 @@ export const Web3AuthProvider: FunctionComponent<IWeb3AuthState> = ({ children,
name: "apple",
mainOption: true,
},
banana: {
name: "banana",
mainOption: true,
}
},
// setting it to false will hide all social login methods from modal.
showOnModal: true,
Expand Down
27 changes: 16 additions & 11 deletions package-lock.json

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

Loading

0 comments on commit cc64ff0

Please sign in to comment.