2023-11-11
- Update dependencies,
layerr
2023-07-16
- React-Native entry in
package.json
2023-04-24
- Bugfix:
- ([#10])(#10)
exchangeAuthCodeForToken
results in "Illegal invocation" error in browsers
- ([#10])(#10)
2023-02-08
- Switch
cross-fetch
to@buttercup/fetch
2023-02-01
- Major Version
- ESM
fetch
replacesXMLHttpRequest
2022-01-16
- Typescript
- Wrapped error for refresh token failure
2020-08-29
- Upgrade
cowl
- remove buffer dependency
2019-11-07
- Bugfix:
- (#1) Encoded Auth codes would sometimes break authentication procedure
2019-08-25
- Breaking:
- Rename
OAuth2Client
methods to fix naming conflict
- Rename
2019-07-20
- Bugfix:
- Fix
generateAuthUrl
not sendingclient_id
andredirect_uri
parameters
- Fix
2019-07-20
- Initial release