Replies: 3 comments 8 replies
-
The simplest approach is to replace the registered services |
Beta Was this translation helpful? Give feedback.
-
@sbwalker IMHO we need to make such services easy to extend and replaceable instead of replacing DI services. In the above scenario we could introduce |
Beta Was this translation helpful? Give feedback.
-
Moving discussion to #956 as this is not specific to authentication and touches on a more general problem related to Startup Extensibility. |
Beta Was this translation helpful? Give feedback.
-
Hi I'm trying to add a passwordless authentication to my company's Oqtane module. I'm following a tutorial here that creates a token provider and adds it to an identity service.
Since we're developing a module we don't have the ability to modify Oqtane's startup. Implementing IServerStartup and adding another identity service seems incorrect. If I were able to modify Oqtane's startup.cs, I could just add to the end of the chain like so:
Is there any way for me to accomplish something like this within a module?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions