feat: use random value for auth secret
This commit is contained in:
		
							parent
							
								
									0fc5dd5872
								
							
						
					
					
						commit
						88de8f4595
					
				| 
						 | 
					@ -15,10 +15,10 @@
 | 
				
			||||||
    "supported_architectures": ["amd64"],
 | 
					    "supported_architectures": ["amd64"],
 | 
				
			||||||
    "form_fields": [
 | 
					    "form_fields": [
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            "type": "password",
 | 
					            "type": "random",
 | 
				
			||||||
            "label": "Next.js Auth secret. Generate one with `openssl rand -base64 32`",
 | 
					            "label": "Next.js Auth secret",
 | 
				
			||||||
            "required": true,
 | 
					            "required": true,
 | 
				
			||||||
            "min": 1,
 | 
					            "min": 50,
 | 
				
			||||||
            "max": 1024,
 | 
					            "max": 1024,
 | 
				
			||||||
            "env_variable": "CALCOM_NEXTAUTH_SECRET"
 | 
					            "env_variable": "CALCOM_NEXTAUTH_SECRET"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user