Tommaso Stocchi
|
d1b34a1e97
-fix authorizationHeader is no longer a string
|
há 4 anos atrás |
Tommaso Stocchi
|
2b232df07f
Merge branch 'master' into bug/authorization-header-issue
|
há 4 anos atrás |
Tommaso Stocchi
|
dc261b815f
-fix AuthorizationHeader parameter name
|
há 4 anos atrás |
Tommaso Stocchi
|
d86964eb6a
Merge branch 'bug/authorization-header-issue' of https://github.com/tommasodotNET/jellyfin into bug/authorization-header-issue
|
há 4 anos atrás |
Tommaso Stocchi
|
3c019d1324
Using for instead of while
|
há 4 anos atrás |
Tommaso Stocchi
|
3951546b1f
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
|
há 4 anos atrás |
Bond_009
|
7e8428e588
Enable nullable reference types for Emby.Server.Implementations
|
há 4 anos atrás |
Claus Vium
|
652909e8a5
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
|
há 4 anos atrás |
cvium
|
1b49435a0e
Reduce some allocations
|
há 4 anos atrás |
BaronGreenback
|
414e918c01
Optimized and added test
|
há 4 anos atrás |
Tommaso Stocchi
|
452af30511
Added UrlDecode for authorization parts
|
há 4 anos atrás |
Tommaso Stocchi
|
a03880b687
Improve get auth header parts using substring
|
há 4 anos atrás |
Tommaso Stocchi
|
7c7f2316fa
Added comments
|
há 4 anos atrás |
Tommaso Stocchi
|
c6eefaac09
Added function to split the authorization header parts
|
há 4 anos atrás |
Tommaso Stocchi
|
6e2cfc6569
Url decode for auth value
|
há 4 anos atrás |
Tommaso Stocchi
|
b611a108f8
-fix split on comma and double quotes
|
há 4 anos atrás |
Tommaso Stocchi
|
305e5ebaf4
Allow commas in auth values when wappred in a double quote
|
há 4 anos atrás |
Tommaso Stocchi
|
13bc57ecc3
No need to double check param length
|
há 4 anos atrás |
Tommaso Stocchi
|
064a9cedbd
No htlml encoding on server side
|
há 4 anos atrás |
crobibero
|
2478c8fa64
Fix inverted condition when authenticating with an ApiKey
|
há 4 anos atrás |
crobibero
|
cd459c51f3
Return NoResult only when request doesn't have a token.
|
há 4 anos atrás |
Bond_009
|
9041389f65
Use string.Trim(char) instead of string.Trim(char[]) where possible
|
há 4 anos atrás |
Bond_009
|
bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
|
há 4 anos atrás |
cvium
|
e78c63c4dc
Remove OriginalAuthenticationInfo and add IsAuthenticated property
|
há 4 anos atrás |
Claus Vium
|
c17f84ae48
Merge pull request #4330 from crobibero/api-key-auth
|
há 4 anos atrás |
crobibero
|
981f000437
Use proper IsApiKey flag
|
há 4 anos atrás |
crobibero
|
eee95336b5
Fix setting duplicate keys from auth header
|
há 4 anos atrás |
crobibero
|
d5c226b1c3
Move SecurityException
|
há 4 anos atrás |
crobibero
|
39924f9992
Allow apikey to authenticate as admin
|
há 4 anos atrás |
Claus Vium
|
12710cdf42
More fixes
|
há 4 anos atrás |