.net10 сервер с рабочими звонками и файлами
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using Vortex.Modules.Identity.Domain;
|
||||
|
||||
namespace Vortex.Modules.Identity.Application.Abstractions;
|
||||
|
||||
public interface IJwtTokenProvider
|
||||
{
|
||||
string Generate(User user);
|
||||
}
|
||||
Reference in New Issue
Block a user