Skip to content

Releases: dementeddevil/Zen.IdentityServer

9.0.0

12 Nov 20:10
Compare
Choose a tag to compare

Targeting .NET 9
Added support for domain_hint to the authorize redirect URL parser and validator.

8.1.0

12 Nov 17:11
Compare
Choose a tag to compare

Zen.IdentityServer

Release Notes

Project has now been renamed.
Lots of work has been undertaken with nullability support.
We are now using the latest nuget package dependencies.
Quickstarts have been migrated and a new quickstart (combining EntityFramework and AspNetIdentity) has been created.

Next steps

Work out how to build nuget packages with readme files (which are typically in the parent folder to the project).
Publish initial version of all packages to nuget.org.
Update QuickStart UI to Bootstrap 5.
Update to .NET 9 once it goes to RTM.
Enable CI/CD to automate build/publish.

v8.0.2 Stable with Samples

05 Nov 10:16
Compare
Choose a tag to compare

This build is stable with updated samples.
Still need to go through each sample and sanity check it's using the latest in .NET 8 standards (so using the correct hosting mechanism and MVC initialisation logic for example)
For IdentityServer itself there are still a handful of transitive dependencies that I'd like to update to their latest versions to minimise known vulnerabilities

8.0.1

04 Nov 20:07
Compare
Choose a tag to compare
8.0.1 Pre-release
Pre-release

First viable version building with .NET 8
This build has not yet been verified by using it in an actual front-end but so far-so good.
I will bring an example UI into the solution and see how happy it is...