Skip to content

Commit

Permalink
It grew to 4KB :(
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Aug 22, 2024
1 parent d9b9d75 commit dfaa462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
This package contains an OAuth2 client. It aims to be a fully-featured OAuth2
utility library, for Node.js, Browsers and written in Typescript.

This OAuth2 client is only **3.9KB** gzipped, it has **0** dependencies and
This OAuth2 client is only **4KB** gzipped, it has **0** dependencies and
relies on modern APIs like `fetch()` and [Web Crypto][4] which are built-in
since Node 18 (but it works with Polyfills on Node 14 and 16).


## Highlights

* 12KB minified (3.9KB gzipped).
* 12KB minified (4KB gzipped).
* No dependencies.
* `authorization_code` grant with optional [PKCE][1] support.
* `password` and `client_credentials` grant.
Expand Down

0 comments on commit dfaa462

Please sign in to comment.