Markus Hartung
Markus Hartung
I'm running on arch linux at home and windows at work so I can assist if there is some issues :)
Where do I find the builds?
I see only Windows, for example https://dev.azure.com/abatishchev/OpenSource/_build/results?buildId=1166&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=c8d7d21c-d114-4864-a7cc-744b61100477
I wrote a small sample project for minimal APIs and it uses JWT and with ECDSA keys. You can see how I used it in this class: https://github.com/hartmark/minimal-api-sample/blob/main/Backend/Infrastructure/DataService/JwtGenerator.cs
> Looks good @hartmark . One question, is there somewhere I can find recommended secret sizes based on the length of the key? I'm a little confused on that and...
I had an Eureka moment and remember I just used this method to generate the key. https://docs.microsoft.com/en-us/dotnet/api/system.security.cryptography.ecdsa.create?view=net-6.0#system-security-cryptography-ecdsa-create The security implications of different lengths of the secret is not known for...
I have same behavior on Arch
[minimal-api.tar.gz](https://github.com/JasperFx/alba/files/8749770/minimal-api.tar.gz) Attached example project
Is there any code done for this effort and what is left to do?
Yeah, I also got some conflict when updating my arch-system. I thought I could remove this fix and that the vanilla pulseaudio would work, but it seems it still doesn't...