I am implementing a user service for my application (play/java) and was able to implement the user service on my own. I am using version 3.0-M4. I noticed that on the route /auth/password, the below method is called, presumably to retrieve existing credentials?
public F.Promise<PasswordInfo> doPasswordInfoFor(User user)
However, the user that is being passed is always null. Not sure if this is a bug or something I'm missing? The samples say the functionality is missing - is it actually missing from the plugin or just from the samples? Any help would be greatly appreciated.
Hi,
I am implementing a user service for my application (play/java) and was able to implement the user service on my own. I am using version 3.0-M4. I noticed that on the route /auth/password, the below method is called, presumably to retrieve existing credentials?
However, the user that is being passed is always null. Not sure if this is a bug or something I'm missing? The samples say the functionality is missing - is it actually missing from the plugin or just from the samples? Any help would be greatly appreciated.