Authentication
Authentication
All SmoothDev tools use a secure device flow authentication process:
- On first use, you'll be prompted to authenticate via a browser
- A code will be displayed in your terminal or editor
- Enter this code in the browser when prompted
- Authorize the application
- The tool will automatically continue once authentication is complete
Your credentials are never stored in the tools; instead, a JWT token is securely stored in your user directory.
Token Storage
JWT tokens are stored in:
~/.smoothdevio/jwt
(token)~/.smoothdevio/jwt_expiry
(expiration timestamp)