Clients that are expecting to get a refresh token from /oauth/token will no longer get one unless they request scope offline_access.
A configuration option in express-stormpath to automatically attach that scope to requests would be helpful, because older clients can't always be updated.
Clients that are expecting to get a refresh token from
/oauth/token
will no longer get one unless they request scopeoffline_access
.A configuration option in express-stormpath to automatically attach that scope to requests would be helpful, because older clients can't always be updated.