In this video you'll learn how to implement social login and account abstraction in a web application with Biconomy and Next.js.
π Codebase - https://github.com/dabit3/biconomy-social-auth
π Social Login + relayer (pay gas in other ERC20 tokens) - https://github.com/dabit3/biconomy-social-login-gas-relayer
π Biconomy Documentation - https://biconomy.gitbook.io/sdk/introduction/overview
π Biconomy Website - https://www.biconomy.io/
0:00 - Introduction to Biconomy and account abstraction
3:31 - Scaffolding and configuring the app
5:24 - Updating the entrypoint (index.tsx)
6:25 - Creating the Auth component
8:40 - Creating the login function
10:40 - Initializing a smart account
12:05 - Creating useEffect hook
13:40 - Creating the logout function
14:35 - Creating the UI
17:46 - Running the app
18:08 - Updating global CSS
18:38 - Testing the app
21:15 - Conclusion