Refresh token always returns current refresh token
adhesivee opened this issue · 0 comments
adhesivee commented
https://github.com/myndocs/kotlin-oauth2-server/blob/develop/oauth2-server-core/src/main/java/nl/myndocs/oauth2/Oauth2TokenService.kt#L146 always returns the current refresh token.
The implementor should decide for themselve if they want to use this. Just like: https://github.com/myndocs/kotlin-oauth2-server/blob/develop/oauth2-server-core/src/main/java/nl/myndocs/oauth2/Oauth2TokenService.kt#L75