Authentication Commands
Thepaw auth commands allow you to authenticate with the Fusioncat API.
Commands
auth signin
Sign in to an existing Fusioncat account.Options
--email(required): Your email address--password(required): Your password
Examples
auth signup
Create a new Fusioncat account.Options
--email(required): Your email address--password(required): Your password (must be secure)
Examples
auth me
Get information about the current authenticated user.FC_ACCESS_TOKEN environment variable.
Examples
Token Management
Using Environment Variables
Token Security
- Tokens expire after a certain period (check with your administrator)
- Never commit tokens to version control
- Use environment-specific token management for CI/CD
Troubleshooting
Invalid Credentials
If you receive an authentication error:- Verify your email and password are correct
- Check if your account is active
- Ensure you’re using the correct server URL