providers/rac: move to open source (#13015) * move RAC to open source * move web out of enterprise * remove enterprise license requirements from RAC * format --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Simonyi Gergő <28359278+gergosimonyi@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							9dcbb4af9e
						
					
				
				
					commit
					5262f61483
				
			@ -74,7 +74,7 @@ const interfaces = [
 | 
			
		||||
    ["user/UserInterface.ts", "user"],
 | 
			
		||||
    ["flow/FlowInterface.ts", "flow"],
 | 
			
		||||
    ["standalone/api-browser/index.ts", "standalone/api-browser"],
 | 
			
		||||
    ["enterprise/rac/index.ts", "enterprise/rac"],
 | 
			
		||||
    ["rac/index.ts", "rac"],
 | 
			
		||||
    ["standalone/loading/index.ts", "standalone/loading"],
 | 
			
		||||
    ["polyfill/poly.ts", "."],
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
@ -6,7 +6,7 @@ const config: KnipConfig = {
 | 
			
		||||
        "./src/user/UserInterface.ts",
 | 
			
		||||
        "./src/flow/FlowInterface.ts",
 | 
			
		||||
        "./src/standalone/api-browser/index.ts",
 | 
			
		||||
        "./src/enterprise/rac/index.ts",
 | 
			
		||||
        "./src/rac/index.ts",
 | 
			
		||||
        "./src/standalone/loading/index.ts",
 | 
			
		||||
        "./src/polyfill/poly.ts",
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user