Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Extending Idv3 Models #35

Closed
jlegan opened this issue Jan 9, 2015 · 1 comment
Closed

Extending Idv3 Models #35

jlegan opened this issue Jan 9, 2015 · 1 comment

Comments

@jlegan
Copy link

jlegan commented Jan 9, 2015

Brock,

This is more of a question than an issue however it may be worth looking into in general.

Has there be any thought to allowing an end user to inherit from and extend your core models (Client, Scope, etc...) and then inject the extended modules, probably through a factory, possibly a method on EntityFrameworkServiceFactory or even and overloaded constructor?

In my situation I am persisting my data to SQL Server, through EF and using Identity 2.0. Everything is working great but I am creating a lot of join tables (i.e. to link a specific client to a specific user) as part of a larger security model. These join tables are a simply as id, clientid, userid and while they get the job done, it would be nice to be able to extend them in a similar fashion to how IdentityUser can be extended. This would also allow for the creation of new navigation properties. Now of course this would require overridden stores and managers but I think it may be a valuable add.

Thank you for all of the great work that you and Dominick do.

Regards,

James Legan

@jlegan
Copy link
Author

jlegan commented Jan 9, 2015

Brock,

I apologize, I did not see the other issues related to schema extension and modification.

Jim

@jlegan jlegan closed this as completed Jan 9, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant