ApiKey based on custom table

Hi guys,
I need to activate the ApiKeyAuthProvider but using my own “Users” table where ApiKeys are stored in a specific field with an encripted PIN I can handle easilly.

I create my own provider, in order to overwrite methods, but I don’t know which one to override. Can you please give me some tips?

Regards
Enrico

There’s no support for using a custom ApiKey table, but the entire ApiKeyAuthProvider.cs implementation is relatively small so you can just take a local copy and modify it.

The current implementation is rewritten to use the new Async Auth Providers the existing v5.9.2 sync Auth Provider is available at: