we developing windows application(developed on mono framework) works in 2 different modes. online , offline.
in online mode it's having access api's , db servers. when it's in offline mode, data store sqlite , everythig happens inside same server.
planning use web api, asp.net identity , owin security in online mode. seeking build autherization , authentication in offline mode. there packages asp.net identity , owin can me in case?
any appreciated.
check link out: http://www.codeproject.com/articles/869223/asp-net-web-api-create-a-self-hosted-owin-based-we
i used techniques here create fledged owin system similar purpose. thing is, have sign on. have setup every 4 days in projects. on fourth day, if user refuses connect server provisions disable software until do. didn't use mono, close need be.
Comments
Post a Comment