mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 18:28:20 +02:00 
			
		
		
		
	Add support for API keys
This is mainly useful for CLI-based login automation.
This commit is contained in:
		
							
								
								
									
										2
									
								
								migrations/mysql/2022-01-17-234911_add_api_key/up.sql
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								migrations/mysql/2022-01-17-234911_add_api_key/up.sql
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,2 @@ | ||||
| ALTER TABLE users | ||||
| ADD COLUMN api_key VARCHAR(255); | ||||
		Reference in New Issue
	
	Block a user