[Feature Request] Security > Custom API

It would be nice if the security templates had a quick scaffold option for custom authentication APIs. The idea being that the template would implement autogenerate a custom AuthenticationStateProvider which the user could leverage to attach to an API resource in the Data submenu, essentially creating a microservice hook. Not even sure if this is possible in .Net 8 Hosted however.

Hi @Philip_Atha,

We prefer to create templates that work out of the box. I don't even understand what your request would output int terms of files. Custom security is best implemented with custom code.