feat(backend): add skeleton discord auth controller
This commit is contained in:
parent
50257d61f8
commit
493a6e4d29
4 changed files with 48 additions and 1 deletions
|
@ -2,7 +2,7 @@ using NodaTime;
|
|||
|
||||
namespace Foxnouns.Backend.Database.Models;
|
||||
|
||||
public class Cache
|
||||
public class TemporaryKey
|
||||
{
|
||||
public long Id { get; init; }
|
||||
public required string Key { get; init; }
|
Loading…
Add table
Add a link
Reference in a new issue