legendary-doc-site/apps/core/deps/plug_crypto
2020-07-03 21:41:01 -05:00
..
lib/plug chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.fetch chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
.hex chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
CHANGELOG.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
hex_metadata.config chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
mix.exs chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
README.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00

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.