Overview
ntcli uses Clerk OAuth for secure authentication with the NimbleTools platform.Authentication Flow
1
Login Command
2
Browser OAuth
Complete authentication in your browser
3
Workspace Access
Generate workspace-specific tokens
Token Types
Token Type | Purpose | Lifetime |
---|---|---|
JWT Token | Main authentication | Long-lived |
Workspace Token | API access | Configurable |
OAuth Refresh | Token renewal | 30 days |
Security Features
- OAuth 2.0: Industry-standard authentication
- Workspace Isolation: Scoped access tokens
- Automatic Expiry: Configurable token lifetimes