Files
jellyfin-jellyfin-1/Emby.Server.Implementations/HttpServer/Security/AuthService.cs
Mark Monteiro 53380689ad Return correct status codes for authentication and authorization errors
- Use AuthenticatonException to return 401
- Use SecurityException to return 403
- Update existing throws to throw the correct exception for the circumstance
2020-04-13 13:17:46 -04:00

7.7 KiB