accounts + argon2 migration
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
using AobaServer.Models;
|
||||
|
||||
using Microsoft.IdentityModel.Tokens;
|
||||
|
||||
using System.IdentityModel.Tokens.Jwt;
|
||||
using System.Security.Claims;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
using System.Security.Cryptography;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace AobaServer;
|
||||
namespace AobaServer.Models;
|
||||
|
||||
public class AuthInfo
|
||||
{
|
||||
@@ -1,6 +1,5 @@
|
||||
using AobaCore;
|
||||
|
||||
using AobaServer;
|
||||
using AobaServer.Auth;
|
||||
using AobaServer.Middleware;
|
||||
using AobaServer.Models;
|
||||
|
||||
Reference in New Issue
Block a user