mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-19 04:55:29 +00:00
Add metadataid, original language metadata and genres
This commit is contained in:
@@ -112,9 +112,9 @@ namespace Kyoo.Authentication
|
||||
IssuerSigningKey = key
|
||||
}, out SecurityToken _);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
throw new SecurityTokenException(ex.Message);
|
||||
throw new SecurityTokenException("Invalid refresh token");
|
||||
}
|
||||
|
||||
if (principal.Claims.First(x => x.Type == Claims.Type).Value != "refresh")
|
||||
|
||||
Reference in New Issue
Block a user