feat(backend): start authentication controllers
This commit is contained in:
		
							parent
							
								
									493a6e4d29
								
							
						
					
					
						commit
						25540f2de2
					
				
					 15 changed files with 777 additions and 17 deletions
				
			
		|  | @ -66,7 +66,8 @@ public static class WebApplicationExtensions | |||
|         .AddSnowflakeGenerator() | ||||
|         .AddScoped<UserRendererService>() | ||||
|         .AddScoped<MemberRendererService>() | ||||
|         .AddScoped<AuthService>(); | ||||
|         .AddScoped<AuthService>() | ||||
|         .AddScoped<KeyCacheService>(); | ||||
| 
 | ||||
|     public static IServiceCollection AddCustomMiddleware(this IServiceCollection services) => services | ||||
|         .AddScoped<ErrorHandlerMiddleware>() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue