openai-authenticator
v0.0.3
Published
## Install ```sh npm i openai-authenticator ```
Downloads
180
Readme
openai-authenticator
Install
npm i openai-authenticatorUsage
import Authenticator from "openai-authenticator";
const authenticator = new Authenticator();
console.log(await authenticator.login("email", "password"));License
MIT License, Copyright (c) 2023 Eric Lewis
