Wilfred van der Deijl
Wilfred van der Deijl
Sorry. I tried searching for TOTP issues and couldn’t find any. After filing this issue I found #2123 requesting WebAuthn. when thinking about WebAuthn please also consider TOTP
I've submitted a PR with the requested changes since we suffer from this same issue. As a (dirty) workaround we added the following to our codebase: ``` // workaround for...
Thank you for the very candid and honest answer. I agree with most of the points; rule authoring should be outside of the library. If people somehow want to do...
command preview-docs / build-docs, use installed redoc.standalone.js rather than fetching from CDN ?
This is preventing us from upgrading as we really want/need/love the 0-dependencies from the old cli.
I have submitted PR https://github.com/googleapis/gax-nodejs/pull/1590 to use `teeny-request` instead of `request`. The `retry-request` module that needs one of these dependencies also advices to use `teeny-request` instead of `request` and already...
The upgrade to axios v1.6.0 (the first version with the fixed vulnerability) was incorporated in nestjs/axios in version 3.0.1: https://github.com/nestjs/axios/releases/tag/3.0.1 through PR https://github.com/nestjs/axios/commit/4cdd3f0313f66bef75c14685091dd34335fe53e6 I am not sure how much work...
The resource documentation can be found at https://cloud.google.com/iap/docs/reference/rest/v1/IapSettings We are mainly interested in the `accessSettings.gcipSettings` and not the `accessSettings. corsSettings` from this original request. But I hope all fields of...
It would be great if you could reconsider including the idtoken. I could always try to roll my own. First login using Azure and then use that token to invoke...
Any news on this? We ended up with first triggering the Azure AD login flow from the app which returns the MS ID token to the client. We use that...
I just tested this and it has improved somewhat since I filed this issue. In `auth().getRedirectResult()` we get a promise with a `AuthCredential` object. This contains `credentials.idToken` with the encoded...