v2.1.0
What's Changed
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