Following the docs page on fake providers I was able to get my nancy fx app working with fake provider logins but now I want to control the data that is being returned. Can I do this when using auto setup?
As far as I can tell I need to register an IFakeAuthenticationProvider but I don't see a way to access the provider factory that is being used in the SimpleAuthenticationModule that comes with nancy auto setup.
Following the docs page on fake providers I was able to get my nancy fx app working with fake provider logins but now I want to control the data that is being returned. Can I do this when using auto setup?
As far as I can tell I need to register an IFakeAuthenticationProvider but I don't see a way to access the provider factory that is being used in the SimpleAuthenticationModule that comes with nancy auto setup.