We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SUPPOSITION App\Model\AccessToken and App\Model\RefreshToken are very much the same - the main difference is inside createToken()
App\Model\AccessToken
App\Model\RefreshToken
createToken()
PROPOSITION* Let's extract common functionality into new App\Model\Token class and rework RefreshToken and AccessToken to be children of Token
App\Model\Token
RefreshToken
AccessToken
Token
PS. I can implement this
The text was updated successfully, but these errors were encountered:
ok, let's return later to tokens, it is not first-priority issue at the moment
Sorry, something went wrong.
No branches or pull requests
SUPPOSITION
App\Model\AccessToken
andApp\Model\RefreshToken
are very much the same - the main difference is insidecreateToken()
PROPOSITION*
Let's extract common functionality into new
App\Model\Token
class and reworkRefreshToken
andAccessToken
to be children ofToken
PS. I can implement this
The text was updated successfully, but these errors were encountered: