-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
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
Bug | OAuth tokens can be bigger than 255 characters #13505
Labels
Bug
Confirmed bugs or bugfixes.
Comments
|
Hi @stloyd 💃🏽 |
2 tasks
GSadee
added a commit
that referenced
this issue
Mar 30, 2023
…nseMate) This PR was merged into the 1.13 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.13 | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no | | Related tickets | fixes #11608 #13505, replaces #14072 | | License | MIT | Commits ------- abb3cb7 [DX][OAuth] Up access and refresh tokens' length
Resolved by #14893 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sylius version affected: all
Description
OAuth tokens can be bigger than 255 characters, so database column cannot be simple
varchar(255)
.Steps to reproduce
Integrate i.e. LinkedIn OAuth.
Possible Solution
Change
access_token
&refresh_token
fields to be bigger than thanvarchar(255)
.The text was updated successfully, but these errors were encountered: