Highlights
- Updated dotnet version to 8.x
- Updated OpenIdDict to 5.x . Please see https://kevinchalet.com/2023/12/18/openiddict-5-0-general-availability/ and https://documentation.openiddict.com/guides/migration/40-to-50.html.
- Entity Framework uses migrations now and won't generate database automatically. This can be bypassed by a feature flag 'AutoMigrate' however. Recommended approach is to use provided SQL scripts.
Known Issue
- If you are using blazor wasm on dotnet8.0 , when logging out , redirection seems to get stuck at 'Processing logout callback...' on url '/authentication/logout-callback'. This seems to be impacting publish builds only and seems to be a dotnet8.0 issue.
Breaking Changes
- OpenIdDict 5.x introduces some breaking changes. See pixel-identity-documentation for guidance on migration if you are upgrading from v2.x to v3.x
What's Changed
- Update AddScopeDialog.razor by @maximeozenne in #88
- Upgrade dependencies by @Nfactor26 in #91
- Updated openiddict to 4.7.0 and mongodb to 2.21.0 by @Nfactor26 in #95
- User registration page can be disabled for unauthorized access by @Nfactor26 in #97
- Minimal set of changes to upgrade the project to .NET 8 by @hellfirehd in #98
- Updated readme for branch changes for dotnet 8 migration by @Nfactor26 in #99
- Add support for new application fields in openiddict 5.x by @Nfactor26 in #100
- Add EF migrations for SQL databases by @Nfactor26 in #101
- Added project to migrate mongo db to v3 from v2 by @Nfactor26 in #102
- Blazor dotnet8 migration by @Nfactor26 in #103
- Optional migration and no auto db creation by @Nfactor26 in #104
- Mudblazor obsolete warnings by @Nfactor26 in #105
- workflow dependency upgrade by @Nfactor26 in #106
- Upload test cases even if tests fail by @Nfactor26 in #107
- Map result to ApplicationViewModel while returning result from Create application by @Nfactor26 in #108
New Contributors
- @maximeozenne made their first contribution in #88
- @hellfirehd made their first contribution in #98
Full Changelog: v2.0.0...v3.0.0