Skip to content

Releases: Nfactor26/pixel-identity

v3.0.0

26 Jan 14:27
3f40060
Compare
Choose a tag to compare

Highlights

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

New Contributors

Full Changelog: v2.0.0...v3.0.0

v2.0.0

04 Apr 13:49
4211080
Compare
Choose a tag to compare

What's Changed

  • Upgraded OpenIdDict version to 4.2.0
  • Fixed issue with device authorization flow not working

Breaking changes

See mongodb migration guide for OpenIddict 4.x and execute the script manually to correct CreationDate casing if you are migrating to pixel-identity v2.0.0 from a previous version

Full Changelog: v1.1.0...v2.0.0

v1.1.0

04 Jun 07:33
385033f
Compare
Choose a tag to compare

v1.1.0

v1.1.0 fixes several minor bugs and adds a lot of automation tests.

What's Changed

  • Allow initial admin user and password to be specified from configuration.
  • Allowed origins will be automatically configured whenever on boarding a new application from redirect_uri field. Earlier they had to be added in configuration file manually every time a new application was added.
  • Fix issue with pagination of scopes on list scopes pages.
  • Fix issue with pagination of applications on list application pages.
  • Fixed an issue while deleting application with SQL providers where removing the url from cors policy would fail after deleting application.
  • Fixed issue with get all users endpoint returning incorrect count
  • Fixed an issue where trying to delete claims on user will run in to error
  • Fixed an issue where duplicate role could be added to a user ( only on client side )
  • Added more automation test

Full Changelog: v1.0.0-beta...v1.1.0

1.0.0-beta

03 May 07:42
0054cf7
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

This is the initial beta release for users to try and provide feedback.
Feature list :

  • Manage Asp.Net Users and Roles
  • Manage OpenIddictApplicationDescriptor and OpenIddictScopeDescriptor required by openiddict.
  • Support for multiple databases back-ends like MongoDB, PostgreSQL, Microsoft SQL Server