vancouverwill
vancouverwill
hey @elliotlings on line https://github.com/oauthjs/node-oauth2-server/blob/e1f741fdad191ee47e7764b80a8403c1ea2804d4/lib/handlers/authorize-handler.js#L42 there is the option to pass your own `authenticateHandler` which returns a user and they have recently added this to the docs see https://oauth2-server.readthedocs.io/en/latest/api/oauth2-server.html?highlight=authenticateHandler However...
> This works > > ``` > query query($uids: string = "[0x1, 0x2, 0x3]") { > query(func: uid($uids)) { > uid > } > } > ``` > > so,...
> @vancouverwill that's still the objective of this issue. I was just trying to help dpkirchner. I have done the change in docs about this. Until we have list support...
> Sure, you can pass kwargs but where exactly would the validation logic run and be called? `parse_value`, `serialize`? Also there's no access to the supertype so what if I...
> In case it helps, here's a rouch sketch of how I solved it for `to_jwk`. I'm not sure if there's anywhere else it needs to be fixed, but the...
> Seems like the proper fix is in `to_jwk`, not the validation. I get this issue when converting a p-512 jwt to key with `from_key`, the public key in question...
strongly agree about this, it is quite hard to work out what went wrong at times with just just a success or faillure output