.user-login
Work with user login
Overview
The .user-login
action is part of the auth set in Rhyme. Work with user login.
Category: Auth
Area: 🌐 External Integration
Basic Usage
.user-login "Hello, World!"
Parameters
Documentation for this action’s parameters is coming soon.
Examples
Example 1: Basic Usage
.user-login "Hello, World!"
Example 2: With Variables
$my-variable: "some value"
.user-login $my-variable
Tips
- This action is part of the auth set
- Common use case: Connecting to external services
Related Actions
Related actions from the auth set will be listed here.