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

Alfred sets ACCESS_TOKEN env var as empty string #2

Closed
pgilad opened this issue Apr 3, 2022 · 1 comment
Closed

Alfred sets ACCESS_TOKEN env var as empty string #2

pgilad opened this issue Apr 3, 2022 · 1 comment

Comments

@pgilad
Copy link
Contributor

pgilad commented Apr 3, 2022

I find Alfred sets the ACCESS_TOKEN env var as empty string (I use username/password) and the code doesn't check if the variable is empty, and thus uses bearer_auth authentication method which fails.

The check for using access_token should also verify if the string is empty and if so - use username/password

@jovobe
Copy link
Owner

jovobe commented Apr 3, 2022

This should be fixed in a14b33d. Please comment to this issue if the bug still exists.

@jovobe jovobe closed this as completed Apr 3, 2022
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

No branches or pull requests

2 participants