Nfactor26 / pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .
https://nfactor26.github.io/pixel-identity/
MIT License
151 stars 31 forks source link

Fixed issue with PostgreSQL plugin #41

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

Description Due to a typo with AddUserStore instead of AddUserStore where UsersStore is a local type but UserStore is Asp.Net identity type , plugin will fail to initialize properly. Renamed UserStore and RoleStore to ApplicationUserStore and ApplicationRoleStore to avoid such typos.