Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 412 Bytes

OpenAIAuth for Node.js

OpenAI Authentication Library for ChatGPT.

Usage

import Authenticator from 'openai-token'

const auth = new Authenticator('[email protected]', 'myPassword')
await auth.begin()
const token = await auth.getAccessToken()

Credits Thank you to: