Saci N
Saci N

Reputation: 79

Secure module usage in play framework

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

Answers (1)

emt14
emt14

Reputation: 4896

Have you checked the LinkedIn module?

Upvotes: 2

Related Questions