Keags

Results 227 comments of Keags

+1 for this. I think it's a common enough pattern that the service issuing the auth token might be different than the services validating the auth token, in which case...

Additionally it seems like I HAVE to use cookies/JWT with BasicAuth even though I don't really want to. I was under the impression that this package generalized the Auth process,...

I appreciate the response! I think I understand how that works now, but it does seem to appear that these auth mechanisms are not at all independent.

does #140 mean that you don't need a ToJWT/FromJWT instance anymore?

It occurred to me that one of the reasons it doesn't exist is because of `empty`. Since the error type is `String` and `String` is a `Monoid` are we cool...

This is still a problem. Would maintainers support merging a PR that fixes this?

Also what is your preferred process for docs PR's?

This works! Thanks. I would have given this a shot cause I figured this would be the case, the trouble is I didn't know what the right Functor was to...

This helps to be able to defeat the mutual exclusion between `DISTINCT` and `FOR UPDATE`