| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Duende IdentityServer 8.0.1 source code.tar.gz | 2026-06-11 | 26.1 MB | |
| Duende IdentityServer 8.0.1 source code.zip | 2026-06-11 | 29.1 MB | |
| README.md | 2026-06-11 | 325 Bytes | |
| Totals: 3 Items | 55.2 MB | 0 | |
What's changed
- Fixed session duplication issue in IdentityServer 8.0 where concurrent requests could create duplicate server-side sessions.
- Fixed nullable annotation on
ITokenValidator.ValidateAccessTokenAsync— theexpectedScopeparameter is now correctly annotated asstring?to match its intended usage.