We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b9d75 commit dfaa462Copy full SHA for dfaa462
1 file changed
README.md
@@ -3,14 +3,14 @@
3
This package contains an OAuth2 client. It aims to be a fully-featured OAuth2
4
utility library, for Node.js, Browsers and written in Typescript.
5
6
-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
7
relies on modern APIs like `fetch()` and [Web Crypto][4] which are built-in
8
since Node 18 (but it works with Polyfills on Node 14 and 16).
9
10
11
## Highlights
12
13
-* 12KB minified (3.9KB gzipped).
+* 12KB minified (4KB gzipped).
14
* No dependencies.
15
* `authorization_code` grant with optional [PKCE][1] support.
16
* `password` and `client_credentials` grant.
0 commit comments