Refactor runtime bootstrap and ship control flows
This commit is contained in:
13
apps/backend/Auth/Simulation/AuthPolicyNames.cs
Normal file
13
apps/backend/Auth/Simulation/AuthPolicyNames.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace SpaceGame.Api.Auth.Simulation;
|
||||
|
||||
public static class AuthPolicyNames
|
||||
{
|
||||
public const string AdminAccess = "AdminAccess";
|
||||
public const string GmAccess = "GmAccess";
|
||||
}
|
||||
|
||||
public static class AuthRoleNames
|
||||
{
|
||||
public const string Gm = "gm";
|
||||
public const string Admin = "admin";
|
||||
}
|
||||
Reference in New Issue
Block a user