async-crypto-filters
Library to provide a Play filter implementation for encryption and session cookies for use with play-async
Installing
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]"
Building with Docker
docker build -t async-crypto-filters:latest .
Publishing with Docker
docker run -v ~/.ivy2:/root/.ivy2 -t async-crypto-filters:latest
Contributors
This based off a forked from /hmrc/microservice-async
License
This code is open source software licensed under the Apache 2.0 License.