-
-
Notifications
You must be signed in to change notification settings - Fork 51
Update crypto hash to use sha256 #38
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
Comments
Yes! nice find @HappyZombies |
This line will need to change to: |
Guys I just realized the tests does not test anything, even If make the line That will get interesting now. I will dig a bit deeper to see where the issue comes from |
Okay found the issue: |
Unbelievable, I'm starting to think it was a really good idea we forked this repo. |
implemented via #43 |
This line in token-utils.
Uses
sha1
for the hash, we should update this to be sha256 and update our unit tests too.The text was updated successfully, but these errors were encountered: