mirror of
				https://github.com/fastapi-users/fastapi-users.git
				synced 2025-11-01 01:48:46 +08:00 
			
		
		
		
	 924d163792
			
		
	
	924d163792
	
	
	
		
			
			* Update installation types and fix beanie install * Move install instructions to redis authentication * Add Redis install instructions
		
			
				
	
	
	
		
			724 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			724 B
		
	
	
	
	
	
	
	
Installation
You can add FastAPI Users to your FastAPI project in a few easy steps. First of all, install the dependency:
With SQLAlchemy support
pip install 'fastapi-users[sqlalchemy]'
With Beanie support
pip install 'fastapi-users[beanie]'
With Redis authentication backend support
Information on installing with proper database support can be found in the Redis section.
With OAuth2 support
Information on installing with proper database support can be found in the OAuth2 section.
That's it! In the next section, we'll have an overview of how things work.