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...