Changelog
v26.1.0 - (2026-08-29)
Maintenance: compatibility with SimpleW v26.1.x.
breakingChange
- Replace
TryAuthenticate(HttpSession session, out HttpPrincipal principal)withTryAuthenticate(HttpSession session, out HttpPrincipal principal, out string? error).
v26.0.0 - (2026-04-26)
Initial release of SimpleW.Helper.Jwt.
feature
- Initial
SimpleW.Helper.Jwtpackage release for SimpleW v26. - Add lightweight JWT Bearer helpers to create and validate tokens using HttpIdentity and HttpPrincipal.