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

OTP not generated when the secret is in lower-case #2

Closed
rkaippully opened this issue Jun 4, 2018 · 1 comment
Closed

OTP not generated when the secret is in lower-case #2

rkaippully opened this issue Jun 4, 2018 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rkaippully
Copy link
Owner

If the secret is entered in lower-case, OTP generation fails with an error message:

Invalid secret. Your config seems to be corrupt.
@rkaippully rkaippully self-assigned this Jun 4, 2018
@rkaippully rkaippully added the bug Something isn't working label Jun 4, 2018
@rkaippully rkaippully added this to the v0.2.0 milestone Jun 4, 2018
@rkaippully
Copy link
Owner Author

rkaippully commented Jun 4, 2018

rkaippully added a commit that referenced this issue Jun 7, 2018
rkaippully added a commit that referenced this issue Jun 7, 2018
rkaippully added a commit that referenced this issue Jul 20, 2019
Fixes #2. This adds an `info` command for getting information about
gamgee. Here is a sample invocation:

```
gamgee info | jq .
{
  "config": {
    "filepath": "/Users/raghu/.config/gamgee/tokens.json",
    "version": 1
  },
  "version": "1.0.0"
}
```
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

1 participant