DylanYoung
DylanYoung
@paragonie-security Does it make sense to support something like a `public-signed` mode in PASERK for that use-case? Then the IdP would have one or more long-lived key-pairs (private key kept...
Just adds secure key rotation without a lot of overhead. Not super familiar with the spec though, so perhaps it doesn't need a new type, just an embedded PASETO....
Key compromise. An IdP needs to be able to rotate/revoke its keys. Much like the Gossamer protocol you linked, but doesn't require any out-of-band communication in daily operation (just for...
I agree that your current tooling probably provides the primitives necessary, but without a higher level protocol, you'll end up with fragmented (and potentially broken) implementations.
I look forward to seeing what you come up with. I like what you've done so far :)
That is a bit odd. Does vscode-python special-case the name "flake8" or something? Shouldn't it just look it up on the path regardless... I think I encountered a similar issue...
It's not a separate issue, lol. It just doesn't look in PATH, same as this issue (since VENV should be in PATH).
I have to disagree, though perhaps I'm missing something about the design. If you're skipping my path, then you don't integrate with my dev environment. I have tools that aren't...
Should the `require-code` option also ignore imports?
Newer version of Django do have support for overriding the default manager without overriding the default related manager (if I'm not mistaken). Might be useful and save some of this...