equalexperts / async-crypto-filters   0.1.0-8-gbe36b0a

Apache License 2.0 GitHub

Library to provide a Play filter implementation for encryption and session cookies for use with play-async

Scala versions: 2.11

async-crypto-filters

Download CircleCI

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

Download

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.