Based on the comment from @mschnee in https://github.com/strongloop/loopback-next/pull/5046#issuecomment-611778032.
Add token refresh functionality in the jwt auth extension https://github.com/strongloop/loopback-next/tree/master/extensions/authentication-jwt
There is a demo PR for token refresh in strongloop/loopback4-example-shopping#537, and the token service interface has revokeToken function added in https://github.com/strongloop/loopback-next/pull/4746/files.
TBD
_I may need more time to create the use case and example, cc @mschnee would you like to add your expected use cases here? Thank you!_
TBD
@madaky, per our discussion on Slack, seems like you'll try to work on that. Assigning this to you now. Thanks!
@dhmlau: I am on it
Proposed Use Case for Referesh Token: Any sugestion @jannyHou @deepakrkris @dhmlau @mschnee

cc @madaky There is some discussion in https://github.com/strongloop/loopback-next/issues/4573, I need a bit more time to investigate, will get back to you asap
The discussion #4573 : pointing towards adding a method signature in Authentication Component.
For giving User choice between Choosing need for refresh token. I implemented two interceptors
`
@intercept('refresh-token-generate') //to generate refresh token
@intercept('refresh-token-grant') // to refresh token
`
Will finish and pull it later today
Closing as done as PR #5589 has landed.
Thanks @madaky and @jannyHou!
Most helpful comment
Closing as done as PR #5589 has landed.
Thanks @madaky and @jannyHou!