Joseph Spurrier
Joseph Spurrier
I received this error when decoding my 26 character secret. You should probably update your code to decode the secret using this: https://github.com/gokyle/twofactor/issues/10#issuecomment-381966785
I'd suggest parameterizing your SQL queries to prevent SQL injection instead of using fmt.Sprintf. Great example of clean architecture though.
- Test with Go 1.18 - Use GitHub Actions instead of Travis
This addresses: https://github.com/akavel/rsrc/issues/10
Like one for testing. It should also look in the same directory for env.json or look at JAYCONFIG?
It looks like the tests are failing on Go 1.17 and up around parsing semicolons. There are a couple ways to resolve - one of them is using the Go...