Jonas Hendrickx
Jonas Hendrickx
@jjonescz If you start a new Blazor Web project, and then put one of the editorconfig's you have in your repositories, and run `dotnet format`, it will fail to resolve...
> I think featuring the community SDK's is fine. Perhaps we could add more distinciton with a "official" / community badge as well to make sure none misses the low-contrast...
In your tests, you need to use the ITenantStorageFactory, and mock it to return an `ITenantStorage` mock. Then for `var tenantStorageMock = new Mock();` you can mock any method to...
> > What do you mean you want to know what you'd like instead of the factory method? > > [Obsolete("Use injected `ITenantStorage` instead when not calling from `ManagementKey` scope.")]...
> @jonashendrickx can you review this? Can you run `dotnet format` in your working directory and push again? Looks good overall, you could theoretically also verify you're calling `StoreApiKey` with...
@abergs If you merge it now we get plenty of time to test.
> @jonashendrickx I don't think we need to upgrade the API version in the stripe dashboard if we update the SDK, are you sure about this? Yes. Setup the Stripe...
Hi Christoph, thank you for your interest in self-hosting Passwordless.dev. I will look into it. Feel free to send me an e-mail to schedule a call as you see fit...
Hi @pocki, I've published a bug fix. We're currently working on publishing the image.
@pocki Have you tried setting: - BWP_ENABLE_SSL = true - BWP_SSL_KEY = point to /etc/bitwarden_passwordless/ssl.key - BWP_DOMAIN = passwordless.srv.mydomain.net - BWP_PORT = 443 - RP_PORT (delete) - BWP_ENABLE_ADMIN (delete) -...