Problems mixing JWT and Facebook OAuth2

Hello everyone, I’m having an hard time wrapping my head around using together JWT and OAuth2. I’ll copy and paste my Module.scala, hoping someone will spot what’s wrong. I’m guessing that provideOAuth2StateProvider perhaps shouldn’t be returning a cookie, since I’m using JWT? Well, I must admit I’m VERY confused. By the way, JWT Auth is working just fine. I’m using Play 2.5 and Silhouette 4.0. package module import com.google.inject.name.Named import com.google.inject.{ AbstractModule, ...

29 Nov 2016 ... Hello everyone, I'm having an hard time wrapping my head around using together JWT and OAuth2. I'll copy and paste my Module.scala, ...

Lee mas