Add google and jwt authentication and authorization
This commit is contained in:
		
							
								
								
									
										15
									
								
								Core.Cerberos.Adapters/Common/Constants/Roles.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								Core.Cerberos.Adapters/Common/Constants/Roles.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| namespace Core.Thalos.BuildingBlocks.Common.Constants | ||||
| { | ||||
|     public class Roles | ||||
|     { | ||||
|         /// <summary> | ||||
|         /// The role for Guest. | ||||
|         /// </summary> | ||||
|         public const string Guest = "684909c4826cd093b4f61c11"; | ||||
|  | ||||
|         /// <summary> | ||||
|         /// The role for Admin. | ||||
|         /// </summary> | ||||
|         public const string Admin = "68407642ec46a0e6fe1e8ec9"; | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Morales
					Oscar Morales