Skip to content

v2.1.0

Compare
Choose a tag to compare
@cicnavi cicnavi released this 11 Oct 12:07
· 28 commits to master since this release
40e2ea3

What's Changed

  • Add support for 'offline_access' scope by @cicnavi in #191

New configuration option 'alwaysIssueRefreshToken' was added which is true by default to preserve backwards compatibility. If this option is set to false, refresh token will be released only if the client requests it using the 'offline_access' scope. Note that in that case, the client must have 'offline_access' scope registered.

Full Changelog: v2.0.4...v2.1.0