Basic login an authorize in backend
This commit is contained in:
7
USEntryCoach.Server/Data/UserRole.cs
Normal file
7
USEntryCoach.Server/Data/UserRole.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace USEntryCoach.Server.Data;
|
||||
|
||||
public enum UserRole
|
||||
{
|
||||
Developer,
|
||||
User
|
||||
}
|
||||
Reference in New Issue
Block a user