How to use a custom API Key in Elsa

When using default authentication and UseAdminApiKey with the following startup code in Elsa, it defaults to an empty GUID. So how do you use your own custom API key? Start by creating a class that implements the AspNetCore.Authentication.ApiKey.IApiKeyProvider interface. Here is an example class that gets a key from appsettings.json. Then specify your new class
Read More »