I want to implement a simple form Login/Register feature in my application and unfortunately I only found tutorials which depend on the Picketlink plugin (if anybody knows tutorials for register/login, please tell me!). However, I installed the plugin:
forge install-plugin picketlink
and got this output:
Connecting to remote repository [https://raw.github.com/forge/plugin-repository/master/repository.yaml]... connected!
***INFO*** Preparing to install plugin: picketlink
***INFO*** Checking out plugin source files to [/var/folders/0d/s6yx2tks4lgf784zkv1ylnzm0000gn/T/forgetemp4633334032607758018] via 'git'
***INFO*** Switching to branch/tag [refs/heads/master]
But then it just stops there. Am I doing something wrong?
Any help would be greatly appreciated.