aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Extensions/ClaimsPrincipalExtensions.cs
AgeCommit message (Collapse)Author
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium