mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-04 06:37:51 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			156 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			156 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from fastapi_users.authentication.base import BaseAuthentication  # noqa: F401
 | 
						|
from fastapi_users.authentication.jwt import JWTAuthentication  # noqa: F401
 |