auth
Provides authentication and access control functionality including role-based login for users, editors, managers, and administrators. Also includes application-level password protection to secure entire applications with simple passwords. These actions handle user authentication and authorization across different privilege levels.
Area: 🔌 External Integration
Available Actions
This set contains 9 actions:
- admin-login
- app-password
- editor-login
- manager-login
- protect-with-password
- user-login
- .password-panel
- .pinpad-input
- .user-login
Getting Started
To use actions from this set in your Rhyme app, you’ll reference them by their full name. For example:
admin-login "Example usage"
Each action has its own specific syntax and parameters - click on any action above to see its detailed documentation.
Common Use Cases
- Connecting to APIs
- Integrating with services
- Handling authentication