legendary-doc-site/apps/core/deps/plug_crypto/README.md
2020-07-03 21:41:01 -05:00

669 B

Plug.Crypto

Build Status

Crypto-related functionality for web applications, used by Plug.

Installation

You can use plug_crypto in your projects by adding it to your mix.exs dependencies:

def deps do
  [{:plug_crypto, "~> 1.0"}]
end

If you're using Plug, you can already use the functionality in plug_crypto since Plug depends on it.

License

plug_crypto source code is released under Apache 2 License. Check the LICENSE file for more information.