ServiceStack IAuthSession empty after authentication with FacebookAuthProvider

左心房为你撑大大i 提交于 2019-12-02 04:42:49
jack.the.ripper

I was in a similar situation like this issue based the answer I decided to try that out, and It worked.

the only difference is that I'm using simple injector and you have to consider to register that dependency as Singleton the easier way for me to register it was this:

simpleInjectorContainer.RegisterSingle<ICacheClient>(()=>new MemoryCacheClient());
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!