Skip to content

Configure command doesn't accept valid client secret #4

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

Closed
FreddyOriginal opened this issue Dec 19, 2020 · 2 comments
Closed

Configure command doesn't accept valid client secret #4

FreddyOriginal opened this issue Dec 19, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@FreddyOriginal
Copy link

Issue

The current client secret validation only accepts secrets with a length of exactly 30 characters. However, my valid secret has 31.
It's worth mentioning that my application is one of the so-called old applications. Maybe those are (or were) able to generate secrets with variable length.

Current workaround

Configure the CLI with a random 30 character secret and edit the resulting .twitch-cli.env file manually afterwards.

@lleadbet
Copy link
Contributor

Thanks for the workaround- I thought I had addressed this, but must've slipped through the cracks.

I'll get this done in an upcoming PR- should be trivial.

@lleadbet lleadbet added the bug Something isn't working label Dec 19, 2020
lleadbet added a commit that referenced this issue Dec 20, 2020
Addressing #2, #3, #4.
@lleadbet
Copy link
Contributor

Followup, this has a fix merged but isn't in a release just yet. I'll make sure that I followup once we cut a release.

@lleadbet lleadbet added the awaiting release A fix is merged into main, but needs a release cut. label Dec 30, 2020
@lleadbet lleadbet removed the awaiting release A fix is merged into main, but needs a release cut. label Jan 6, 2021
@lleadbet lleadbet closed this as completed Jan 6, 2021
Xemdo added a commit that referenced this issue Feb 28, 2023
* Fix dependabot alerts 2, 3, and 4; Update project to Go 1.18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants