remote service support via Jwt
This commit is contained in:
@ -7,6 +7,7 @@ namespace Oqtane.Shared
|
||||
{
|
||||
public Alias Alias { get; set; }
|
||||
public string AntiForgeryToken { get; set; } // passed from server for use in service calls on client
|
||||
public string AuthorizationToken { get; set; } // passed from server for use in service calls on client
|
||||
public string RemoteIPAddress { get; set; } // passed from server as cannot be reliable retrieved on client
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user