OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.36k stars 2.37k forks source link

Update the OrchardCore.Users module to use both a logical and physical IDs #1454

Open kevinchalet opened 6 years ago

kevinchalet commented 6 years ago

The OpenID module has been updated to use a logical ID (a stringified GUID) as the "public" identifier. We should do something similar with the Users module.

Steps required to implement that:

/cc @sebastienros

infofromca commented 6 years ago

I suggest we also think about

872

at this time.