What Are Private Projects?
Private projects are:- Access-controlled - Only authorized users can view
- Password-protected - Require authentication to access
- Secure - Perfect for internal tools and sensitive data
- Flexible - Can be made private or public anytime
When to Use Private Projects
Use private projects for:- Internal tools - Company-specific applications
- Sensitive data - Customer information, financial data
- Testing - Staging environments
- Client projects - Client-specific applications
Making a Project Private
- Go to Project Settings
- Enable “Private Project”
- An authentication token is generated automatically
- Share the token with authorized users
Accessing Private Projects
Users need:- Project URL - The deployment URL
- Auth token - The authentication token
- Enter token - When prompted, enter the token
Managing Access
- Generate new token - Create a new token anytime
- Revoke access - Disable private mode to make public
- Share securely - Send tokens through secure channels
Public vs Private
Public Projects
- Anyone can access - No authentication needed
- Share freely - Perfect for demos and public apps
- Easy access - Just share the URL
Private Projects
- Controlled access - Only with token
- Secure - Protect sensitive information
- Professional - Suitable for production apps
Best Practices
- Use for sensitive data - Protect customer information
- Share tokens securely - Use secure communication
- Rotate tokens - Generate new tokens periodically
- Document access - Keep track of who has tokens
