1.5.0
·
847 commits
to master
since this release
We've expanded our OAuth 2.0 and OpenID Connect support. Now, you can retrieve user details with token.getUserInfo or create an authorization code for server-side flows. Additionally, the tokenManager is no longer necessary to refresh an access or ID token; token.refresh allows you to refresh the token directly.
Features:
- 1c598a6 - Added token.refresh (#39)
- e8ac02c - Added authorization code support (#40)
- a4147b3 - Added token.getUserInfo (#41)
- 28a1700 - Improved performance when refreshing tokens simultaneously (#44)
Bug fixes:
Other notable changes:
You can get the latest release from npm.