Ryan

Results 10 comments of Ryan

For HS256 the secret is a bytes array of your choosing. As @ygj6 says, just pick one and use it as input to SignedString

This is preventing me from using the new version. Here's a contrived example of how generation fails for me: `SELECT , BOOL_AND(myCol) AS myCol FROM myTable as uasf` Results in:...

@timuckun Probably the go template syntax will get you where you need

@khash it's written in Go, why doesn't it support Go? (╯°□°)╯︵ ┻━┻

I could really use this feature. This is particularly useful where you are using multiple Hasuras where one is primary, and others are auxilary.

@alexandrupirjol 's solution does not work for me on OS X

I see the same behavior

I found this issue searching for 'Panic' as I've got some similar concerns about error handling and panics in this library. I think it's an unspoken go standard to never...

Thank you for the response, I can see where you're coming from. I do disagree on the point that people don't check their errors in Go, as this is a...