Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoupling my own assembly from Microsoft.AspNet.Identity.* #14

Open
zam6ak opened this issue Oct 22, 2013 · 4 comments
Open

Decoupling my own assembly from Microsoft.AspNet.Identity.* #14

zam6ak opened this issue Oct 22, 2013 · 4 comments
Labels

Comments

@zam6ak
Copy link

zam6ak commented Oct 22, 2013

Hi

Great project!
But how do you decouple dependency on Microsoft.AspNet.Identity.* if your domain models are in a separate assembly, which is used by many projects?
I would not want to have MyCompany.Domain assembly having to depend on Microsoft.AspNet.Identity.*

For more details, please see:
http://stackoverflow.com/questions/18727317/decoupling-microsoft-aspnet-identity

@rustd
Copy link
Owner

rustd commented Oct 24, 2013

We will have a doc showing you how to do it by this week. This doc will show you how you can migrate from sql membership as well which is done by using your own domain models

@zam6ak
Copy link
Author

zam6ak commented Nov 1, 2013

Any updates on this?
If the document is available, could you post a link to it please.

@zam6ak
Copy link
Author

zam6ak commented Dec 16, 2013

Bump!
It's been 2 months - any updates on this?
Thanks

@rustd
Copy link
Owner

rustd commented Dec 31, 2013

You can look at the following example http://www.asp.net/identity/overview/extensibility/implementing-a-custom-mysql-aspnet-identity-storage-provider
In this article the user has written a custom implementation for MySql but you can write one for your own POCO classes and plug them into the Identity system

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants