Coder Social home page Coder Social logo

Comments (8)

brockallen avatar brockallen commented on June 21, 2024

My only issue is allowing users to change their username -- think about forums where your username is your identity and if you were to change your username you can escape your prior identity. But perhaps that could be another global SecuritySetting.

from brockallen.membershipreboot.

drewid avatar drewid commented on June 21, 2024

Hmm, like the thought about the SecuritySetting.

Unfortunately I have been in too many situations where an key identifier was used that was not just "an identifier only the db knows about". Thus when the username type identifier was changed it caused all sorts of issues necessitating cascading updates and db craziness.

For just dealing with the two tables it wouldn't be needed, but the minute you starting referencing other tables...

from brockallen.membershipreboot.

brockallen avatar brockallen commented on June 21, 2024

Sure, I totally understand about the benefit of using a semanticless PK. I think I was also having a problem with EF and cascading deletes (with the Claims table). Let me go double check on that.

from brockallen.membershipreboot.

brockallen avatar brockallen commented on June 21, 2024

Ok, just went back and tested and as far as I'm concerned, I think it's fine to rework the PK for USerAccount to be an ID field. For the claims, we get a nice delete model if we leave all the properties as part of the key -- that acceptable?

from brockallen.membershipreboot.

drewid avatar drewid commented on June 21, 2024

Perfect with me - wish I would have seen this earlier to comment

from brockallen.membershipreboot.

drewid avatar drewid commented on June 21, 2024

any luck yet on a code change? I bow down to the expert ;)

from brockallen.membershipreboot.

brockallen avatar brockallen commented on June 21, 2024

Ok, change made: eddb16a

I still have some more cleanup related to this -- migrations and the SecuritySettings.

from brockallen.membershipreboot.

brockallen avatar brockallen commented on June 21, 2024

Ok, reworked migrations (started over since this was such a big change schema-wise and it was a pain to do a proper migration): cefd783

Also, added the new security setting to allow for usernames to be unique across all tenants: 5e1caed

from brockallen.membershipreboot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.