Authentication Commands#
The authentication commands allow you to log in and out of the RecordForm CRM API.
Commands#
- login - Authenticate with the CRM API
- logout - Clear the stored session
- me - Show the current authenticated user
Session Management#
When you log in, rfctl stores your session cookies in ~/.rfctl/session. This allows subsequent commands to authenticate automatically.
The session persists until you explicitly log out or the server-side session expires.