zejn

Results 18 comments of zejn

Currently python-jose only parses public keys via jwk spec, eg. by passing in a dictionary. You should pass in PEM string and a private key will be constructed.

Hi, Yes, this is expected. Currently pip does not support a way to say a package provides something. Or at least I didn't find how one can have something like...

I'm currenrtly using something like this. It does depend a bit on the signature type you're using as EC is a bit faster than RSA. ``` from jose import jwk...

This is currently a design limitation. The library currently does not feature key algorithm detection and as such, algorithm must currently be passed in as a separate argument. Thus, the...

The library only has a naive implementation that iterates over all the keys provided in order. It currently does nothing to distinguish different keys. The [Appendix D of JWS spec](https://tools.ietf.org/html/rfc7515#appendix-D)...

Regarding RFC-8037: PR #100 would benefit from a few small changes in order not to make pynacl a hard requirement. Regarding RFC-7539: PR #100 uses pynacl. Have you tried raising...

Configuration can be considered an user interface for system administrators. With this in mind, I see the section authentication should be configured entirely in the authorization section, not as it...

@Barry-Ricoh You can add a manually added MQTT entity in HA, see the [HA documentation here](https://www.home-assistant.io/integrations/sensor.mqtt/).

Hi, fazer1. I think your question exceeds the scope of this open source project. The software provides a technical way to read out many utility meters, but you should contact...