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

Razor pages refactor #26

Closed Nfactor26 closed 2 years ago

Nfactor26 commented 2 years ago

Description Currently all the razor pages are duplicated across DbPlugin for Mongo and Sql. Refactored them and moved to Pixel.Identity.Core library for reuse. Added a custom IPageApplicationModelConvention to resolve models for these razor pages based on plugin in use.