-
Notifications
You must be signed in to change notification settings - Fork 9
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
Use Base58 for API Keys #49
Labels
awaiting-review
An issue or pull request that needs to be reviewed
chore
a tedious but necessary task often paying technical debt
enhancement
New feature or enhancement of existing functionality
T25m
Time Estimate 25 Minutes
Comments
nelsonic
added
the
enhancement
New feature or enhancement of existing functionality
label
Apr 24, 2020
Sadly the https://github.com/dwyl/base58encode project is one-way ... |
I've added the ability to decode Base58 in dwyl/base58#17 |
nelsonic
added a commit
that referenced
this issue
Apr 25, 2020
nelsonic
added a commit
that referenced
this issue
Apr 25, 2020
nelsonic
added
chore
a tedious but necessary task often paying technical debt
T25m
Time Estimate 25 Minutes
labels
May 1, 2020
SimonLab
added a commit
that referenced
this issue
May 13, 2020
SimonLab
added
the
awaiting-review
An issue or pull request that needs to be reviewed
label
May 13, 2020
Thanks for getting this done @SimonLab 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting-review
An issue or pull request that needs to be reviewed
chore
a tedious but necessary task often paying technical debt
enhancement
New feature or enhancement of existing functionality
T25m
Time Estimate 25 Minutes
At present the
AUTH_API_KEY
PR #42 is usingexbase58
for Base58 encoding/decoding.We need to:
The text was updated successfully, but these errors were encountered: