1.2.1 • Published 8 months ago
oauthclient-noscrubs v1.2.1
OAuthClient
OAuthClient
is a simple JavaScript library that simplifies OAuth 2.0 authorization flows. It helps you authenticate users via OAuth 2.0 and exchange authorization codes for access tokens in both server-side and client-side applications.
Features
- OAuth 2.0 authorization flow handling.
- Exchanging authorization codes for access tokens.
- Refreshing access tokens with a refresh token.
- Fetching user profile information from OAuth providers like Google.
Installation
Install the oauthclient
package via npm:
npm install oauthclient