udf2457
udf2457
HI, Any chance you could make a PHP extension for this (or integrate into jedisct1/libsodium-php).
I have a question about the definition of `id` in GetAuthenticator (https://github.com/koesie10/webauthn/blob/8626f9623b4b03a1fef679e1f8576174acdc6551/webauthn/user.go#L28) Should this not state `WebAuthCredentialID` is the reference ID ? Since (I assume) `Authenticator.WebAuthID` is inherently the same...
Re: https://deb.frrouting.org/ As per https://wiki.debian.org/DebianRepository/UseThirdParty > > The key MUST be downloaded over a secure mechanism like HTTPS to a location only writable by root, which SHOULD be /usr/share/keyrings. The...
CONFIGURATION.md and example.yml both seem like a half-completed job ? Both of these only document `modules` parameters and do not document or provide examples for other critical areas e.g. `scrape_configs`
Hi, Would be good to have a few more flags, paricularly the ability to override locations for `snmp.yml`, `generator.yml` and `mibs/`
At the moment the app only supports authentication for TURN. It would be useful to have support for STUN authentication too (i.e. feature parity with Linphone desktop).
I'm not sure if you would classify this as a feature request or a bug, but I've put it down as a bug as its (potentially) quite an important security...
First thank you for your work on this great project which I have only discovered today ! Could I put the idea in your minds to add Prometheus integration to...
Given that `crypto/Rand` uses `/dev/urandom` or its equivalent on on other platforms, are there any good reasons not to switch away from `math/Rand` to `crypto/Rand`. Indeed, your own documentation seems...
Hi, I realise its a possibly little "easier said than done" in terms of complexity. But in terms of enhancing the replication capability of chronicle, it might be nice to...