c# - User data outside aspnet database -


i want store user data outside aspnet db (on top of whatever aspnet db requires).

i don't want extend aspnet db new properties, i'm happy default implementation , i'm using user guid pivot point between user , aspnet db user.

i activated social connections (facebook google & twitter) , i'm wondering when time "link" user guid on aspnet db user i'd create in own db. in case of registering without social buttons it's easy, can in register action, should social buttons?

or better yet there form of event subsribe when user created regardless of how created? goal "whenever new user created, create default initialized user in db same guid". doing wrong way doing in register action?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -