npm i openai-authenticator
import Authenticator from "openai-authenticator";
const authenticator = new Authenticator();
console.log(await authenticator.login("email", "password"));
MIT License, Copyright (c) 2023 Eric Lewis
Repository from Github https://github.comericlewis/openai-authenticator
npm i openai-authenticator
import Authenticator from "openai-authenticator";
const authenticator = new Authenticator();
console.log(await authenticator.login("email", "password"));
MIT License, Copyright (c) 2023 Eric Lewis