feat(api): аутентификация и авторизация. Кастомные ParrAuthenticationHandler и BaseSimpleRoleProvider.
This commit is contained in:
7
PARR.API/RoleProvider/ISimpleRoleProvider.cs
Normal file
7
PARR.API/RoleProvider/ISimpleRoleProvider.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PARR.API.RoleProvider
|
||||
{
|
||||
public interface ISimpleRoleProvider
|
||||
{
|
||||
Task<ICollection<string>> GetUserRolesAsync(string ipClient);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user