v3.0.0
3.0.0
Major Changes
-
5c2f0d2: Use native fetch (Node 18+).
This package now requires Node 18+ and no longer relys on the
node-fetch
package.
Each method supports passing additional options to thefetch
function via thefetch
parameter. This is useful if used within a framework that overrides the globalfetch
function (such as Next.js). -
Now requires
zod
as a peer dependency
Minor Changes
- 5c2f0d2: Custom functions to override where the temporary access token is stored
- add fileStorage and Upstash helper methods for token store