Dallas Phillips

Results 27 comments of Dallas Phillips

No it does not. even changing the key too `foo` and value to `bar` does anything. still no saved cookie.

I did not unfortunately, I ended up manually doing everything which wasn't too difficult once you get things configured. I also ended just not using auth0. It's not very friendly...

I bump this heavily. I attempted to do the same thing with attempting to create a generic result object to bypass the lack of good error handling or multiple return...

It also seems that there is a dangling PR related to this issue that may be a fix #3626 ?

On point one, I am not talking about calling method's on nil pointers or anything. Indeed this would be a crash and not something that should casually bubble up the...

Well in that case it might be my misunderstanding. From what I gather, a golang `error` translates to an error that would be caught in the catch function of a...

So regarding the `error` comment, this is in place now I presume? If so we should make sure to include these details in the documentation for at least v3 if...