Skip to content

Commit

Permalink
Add installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain authored Nov 3, 2024
1 parent f757295 commit 4d9292f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Google OAuth fails in some webviews (in-app browsers) and displays a `403 disallowed_useragent` error message. This library detects whether the user is in a webview that is not supported by Google OAuth.

## Installation

```
npm install google-oauth-webview
```

## Usage

```typescript
Expand Down

0 comments on commit 4d9292f

Please sign in to comment.