Fernando Flórez
Fernando Flórez
It is done actually but haven't had the time to fully test the gen policy. Plan on submitting various PR soon.
I would like to limit the access to specific data based on the type of user. An option would be to add the logic to the resolver but another option...
That would be great but in the meantime a workaround would be to have a property to disable the status override or to have every module do a -ga instead...
I was able to reproduce this bug today. I was using request's full_url() for the redirect_uri and it somehow was returning wrong values. After I used the redirect_uri as an...
I'm working with an HTTP/2 server now and will need to do some work on the HTTPHeaders class in order for it to work. So, any preference on how this...
Found the issue. Seems you can use an authorizer declared on a different blueprint. How would it be possible to create a global authorizer that can be used in all...
Yes. This is what ive done but this will create 2 authorizer lambdas. An idea would be to have a parent authorizer (app or blueprint level) and have child route...
Seems great. It would be great to have an extra param on the blueprint registration to allow it to pass an authorizer which of course could be overriden by an...
Yes. Lets see if the administators/community have any thoughts on this so a PR can be filled. Thanks!
+1 Can reproduce. Also resolvers are traced on the base parent span and not on the direct parent span of the field.