0

I have a web needs both auth and also access database, there are 2 plugin needed, one is socialsecure and another one is play-sclick. To use socialsecure, I need to use action of SecuredAction, and to use click, I need to use DBAction, then the problem is how to composite both SecuredAction and DBAction?

Johny T Koshy
  • 3,857
  • 2
  • 23
  • 40
Daniel Wu
  • 5,853
  • 12
  • 42
  • 93

1 Answers1

0

I'd try to achieve that with Play's action composition, see https://www.playframework.com/documentation/2.3.4/ScalaActionsComposition. Already seen that?

tfh
  • 620
  • 1
  • 4
  • 14