This is a sample of AccountKit login automation with the help of Selenium WebDriver.
npm install
then set up environment variables listed in the .env
file and don't forget to add http://localhost:3000/callback
as redirect URL in AccountKit settings page.
npm start
then go to http://localhost:3000