Dependencies - pac4j/play-pac4j GitHub Wiki

You need to add the required dependencies:

  • the play-pac4j_2.12 or play-pac4j_2.13 or play-pac4j_3 library: "org.pac4j" %% "play-pac4j" % "12.0.0-PLAYx.x" (where x.x is 2.8, 2.9 or 3.0)
  • the appropriate pac4j submodules (groupId: org.pac4j, version: 6.0.0): pac4j-oauth for OAuth support (Facebook, Twitter...), pac4j-cas for CAS support, pac4j-ldap for LDAP authentication, etc.

All released artifacts are available in the Maven central repository.

⚠️ **GitHub.com Fallback** ⚠️