mirror of
				https://github.com/i701/sarlink-portal.git
				synced 2025-11-04 06:26:59 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
				
			
		
			
				
	
	
		
			11 lines
		
	
	
		
			267 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			267 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { withAuth } from "next-auth/middleware";
 | 
						|
 | 
						|
export default withAuth(
 | 
						|
	// `withAuth` augments your `Request` with the user's token.
 | 
						|
	function middleware(req) {},
 | 
						|
);
 | 
						|
 | 
						|
export const config = {
 | 
						|
	matcher: ["/about/:path*", "/dashboard/:path*", "/devices/:path*"],
 | 
						|
};
 |