Authentication Mechanism Examples in ServiceStack REST in .NEThttp://forums.asp.net/t/1799065.aspx/1?Authentication+Mechanism+Examples+in+ServiceStack+REST+in+NETSat, 26 May 2012 10:01:14 -040017990654960951http://forums.asp.net/p/1799065/4960951.aspx/1?Authentication+Mechanism+Examples+in+ServiceStack+REST+in+NETAuthentication Mechanism Examples in ServiceStack REST in .NET <p>Hai,</p> <p>I am Beginner in ServiceStack REST. Please give me a sample authentication mechanism examples in .NET ?</p> 2012-05-02T06:16:47-04:004962320http://forums.asp.net/p/1799065/4962320.aspx/1?Re+Authentication+Mechanism+Examples+in+ServiceStack+REST+in+NETRe: Authentication Mechanism Examples in ServiceStack REST in .NET <p>There's not a lot built in at the WebApi level, but if you're hosting out of IIS, then you can use all the built-in <a href="http://www.iis.net/ConfigReference/system.webServer/security/authentication"> authentication mechanisms</a>. If you want something more custom then you can <a href="https://github.com/thinktecture/Thinktecture.IdentityModel.Http"> use a library</a> to help you out.</p> 2012-05-02T16:09:39-04:004998534http://forums.asp.net/p/1799065/4998534.aspx/1?Re+Authentication+Mechanism+Examples+in+ServiceStack+REST+in+NETRe: Authentication Mechanism Examples in ServiceStack REST in .NET <p>Any Example in ServiceStack.OrmLite.MySql&nbsp; with C#.</p> 2012-05-26T10:01:14-04:00