brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
742 stars 238 forks source link

WCF Sample #654

Closed mafshin closed 8 years ago

mafshin commented 8 years ago

I see a WebAPI sample project using OAuth2Client.

How can I use the MembershipReboot with a custom WCF Service?

brockallen commented 8 years ago

MR is just an API to read/write to a user database. Use MR anywhere in WCF you would have otherwise validated a username/password.