bootstrapi icon indicating copy to clipboard operation
bootstrapi copied to clipboard

Unify AccessToken and RefreshToken

Open sunsingerus opened this issue 7 years ago • 1 comments

SUPPOSITION App\Model\AccessToken and App\Model\RefreshToken are very much the same - the main difference is inside createToken()

PROPOSITION* Let's extract common functionality into new App\Model\Token class and rework RefreshToken and AccessToken to be children of Token

PS. I can implement this

sunsingerus avatar May 30 '17 19:05 sunsingerus

ok, let's return later to tokens, it is not first-priority issue at the moment

sunsingerus avatar Jun 27 '17 08:06 sunsingerus