zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

README.md (1213B)


      1 # Plug.Crypto
      2 
      3 [![Hex.pm Version](https://img.shields.io/hexpm/v/plug_crypto.svg)](https://hex.pm/packages/plug_crypto)
      4 [![Build Status](https://github.com/elixir-plug/plug_crypto/workflows/CI/badge.svg)](https://github.com/elixir-plug/plug_crypto/actions?query=workflow%3ACI)
      5 
      6 Crypto-related functionality for web applications, used by [Plug](https://github.com/elixir-plug/plug).
      7 
      8 ## Installation
      9 
     10 You can use plug_crypto in your projects by adding it to your `mix.exs` dependencies:
     11 
     12 ```elixir
     13 def deps do
     14   [{:plug_crypto, "~> 1.0"}]
     15 end
     16 ```
     17 
     18 If you're using [Plug](https://github.com/elixir-plug/plug), you can already use the functionality in plug_crypto since Plug depends on it.
     19 
     20 ## Contributing
     21 
     22 We welcome everyone to contribute to Plug.Crypto and help us tackle existing issues!
     23 
     24 - Use the [issue tracker](https://github.com/elixir-plug/plug_crypto/issues) for bug reports or feature requests.
     25 - Open a [pull request](https://github.com/elixir-plug/plug_crypto/pulls) when you are ready to contribute.
     26 - Do not update the `CHANGELOG.md` when submitting a pull request.
     27 
     28 ## License
     29 
     30 Plug.Crypto source code is released under Apache License 2.0. Check the [LICENSE](./LICENSE) file for more information.