n8n-nodes-keycloak
v0.2.0
Published
This npm module provides a set of nodes to interact with Keycloak, offering functionalities ranging from email verification to token validation and sending emails.
Downloads
36
Maintainers
Readme
Keycloak Nodes for n8n
This npm module provides a set of nodes to interact with Keycloak, offering functionalities ranging from email verification to token validation and sending emails.
Nodes Included
- Keycloak Token Verify: Verifies the validity of a token in Keycloak.
- Keycloak Send Email: Sends a reset password email or other action-based emails in Keycloak.
- Keycloak Email Verify: Checks if an email exists within a specified realm in Keycloak.
Keycloak Token Verify
Verifies the validity of a token in Keycloak.
Keycloak Send Email
Sends a reset password email or other action-based emails in Keycloak.
Keycloak Email Verify
Checks if an email exists within a specified realm in Keycloak.
Installation
Provide the installation instructions for your npm module here.
License
Mention the license for your npm module here, e.g., MIT, GPL, etc.
For any issues, requests, or contributions, please refer to the repository's issue tracker.
TODO
Refactoring for enhanced token management
User Management:
- Create User
- Get User
- Update User
- Delete User
- Role Mappings
- Add Role Mappings to User
Resources
- n8n community nodes documentation
- Link to app/service documentation.
More information
Refer to our documentation on creating nodes for detailed information on building your own nodes.