Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 26, 2012 10:01 AM by rageshS
Member
664 Points
319 Posts
May 02, 2012 06:16 AM|LINK
Hai,
I am Beginner in ServiceStack REST. Please give me a sample authentication mechanism examples in .NET ?
All-Star
28114 Points
4997 Posts
MVP
May 02, 2012 04:09 PM|LINK
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 authentication mechanisms. If you want something more custom then you can use a library to help you out.
May 26, 2012 10:01 AM|LINK
Any Example in ServiceStack.OrmLite.MySql with C#.
rageshS
Member
664 Points
319 Posts
Authentication Mechanism Examples in ServiceStack REST in .NET
May 02, 2012 06:16 AM|LINK
Hai,
I am Beginner in ServiceStack REST. Please give me a sample authentication mechanism examples in .NET ?
BrockAllen
All-Star
28114 Points
4997 Posts
MVP
Re: Authentication Mechanism Examples in ServiceStack REST in .NET
May 02, 2012 04:09 PM|LINK
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 authentication mechanisms. If you want something more custom then you can use a library to help you out.
DevelopMentor | http://www.develop.com
thinktecture | http://www.thinktecture.com/
rageshS
Member
664 Points
319 Posts
Re: Authentication Mechanism Examples in ServiceStack REST in .NET
May 26, 2012 10:01 AM|LINK
Any Example in ServiceStack.OrmLite.MySql with C#.