Skip to content
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

[9.x] Fix personal access token secrets #1256

Closed
wants to merge 2 commits into from

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented May 8, 2020

Update: I've sent an alternative PR for this here: #1260


This PR fixes issuing access tokens using personal access clients when secret hashing is enabled. Unfortunately this will undo the hashing behavior (but only for personal access clients) and simply compare secrets with each other like before.

Fixes #1252

@driesvints driesvints deleted the fix-personal-access-token-secrets branch May 8, 2020 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to create personal access tokens when using hashed client secrets
2 participants