Thursday, March 8, 2018

Core Identity setup by default to have direct DB access?

At first glance this seems very weird to me, especially considering I can't find an easy way to insert a DAL into this scenario.

I'd like calls like this to hit the DAL:

_userManager.GetUserAsync(User); _userManager.CreateAsync(user, model.Password); 

Is this default setup (direct DB access) secure or was it just a simple way for them to set it up?

Core Identity setup by default to have direct DB access? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team