Library to provide a Play filter implementation for encryption and session cookies for use with play-async
Include the following dependency in your SBT build
- Release candidate versions
resolvers += Resolver.bintrayRepo("equalexperts", "open-source-release-candidates")
libraryDependencies += "com.equalexperts" %% "async-crypto-filters" % "[INSERT-VERSION]"
- Released versions
TBC
resolvers += Resolver.bintrayRepo("equalexperts", "open-source")
libraryDependencies += "com.equalexperts" %% "async-crypto-filters" % "[INSERT-VERSION]"
docker build -t async-crypto-filters:latest .
docker run -v ~/.ivy2:/root/.ivy2 -t async-crypto-filters:latest
This based off a forked from /hmrc/microservice-async
This code is open source software licensed under the Apache 2.0 License.