Add JWT auth, token service & Neutrino endpoint
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Text.Json.Serialization;
|
||||
using RecNet.Domain.Common;
|
||||
|
||||
namespace RecNet.Application.Profiles;
|
||||
|
||||
@@ -10,11 +9,4 @@ public class ProfileDTO
|
||||
|
||||
[JsonPropertyName("Name")]
|
||||
public required string Name { get; init; }
|
||||
|
||||
[JsonPropertyName("Platform")]
|
||||
|
||||
public PlatformType Platform { get; init; }
|
||||
|
||||
[JsonPropertyName("CreatedAt")]
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user