Daniel Doynov

Results 5 issues of Daniel Doynov

I am trying to install the package with brew on OS X 10.13 high sierra but getting this error ``` ==> Installing tmignore from samuelmeuli/tap ==> Downloading https://github.com/samuelmeuli/tmignore/archive/v1.2.2.tar.gz Already downloaded:...

I'm running objection v3.0.1 with knex v.2.1.0 and i'm getting errors if I try and fetch a model relation. The query that i'm trying to run is `{ tasks(id:4) {...

For spring boot to decude a signed JWT it needs an issuer endpoint which for cognito is https://cognito-idp.${aws-region}.amazonaws.com/${cognito_pool_id} . An example of the response is ```{ "authorization_endpoint": "", "id_token_signing_alg_values_supported": [...

Ref issue: https://github.com/jagregory/cognito-local/issues/348 The cognito local package does not have an openid-configuration endpoint which is required for spring boot to find the jwks.json endpoint. This PR adds the endpoint with...

This pull request tackels the lack of support for the AdminInitiateAuth request. The support is partial and for the most part a copy of the existing initiate auth implementation. Please...