Reputation: 79
After going through the sample program of Play, I was trying to create an application that would use the secure module to authenticate users as well as accept users via LinkedIn authentication.
In the code I call Security.connected() which returns the username. How do I set it for a person who has logged in through LinkedIn?. Is there a method to do so in the secure module, or should I use the session.put/get calls and check all around the code if the user logged in through LinkedIn or directly through the Secure module.
Thanks. I appreciate your input.
Upvotes: 2
Views: 409