- flake.nix: Elixir 1.18.4 / OTP 27 / Node 22 dev shell - .envrc: use flake - config/config.exs: move fetch_env! to runtime.exs (compile-time safe) - config/runtime.exs: all secrets loaded at runtime via env vars - mix.lock: generated after mix deps.get - All 3 apps compile cleanly Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| lib/plug | ||
| .hex | ||
| CHANGELOG.md | ||
| hex_metadata.config | ||
| LICENSE | ||
| mix.exs | ||
| README.md | ||
Plug.Crypto
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, "~> 2.0"}]
end
If you're using Plug, you can already use the functionality in plug_crypto since Plug depends on it.
Contributing
We welcome everyone to contribute to Plug.Crypto and help us tackle existing issues!
- Use the issue tracker for bug reports or feature requests.
- Open a pull request when you are ready to contribute.
- Do not update the
CHANGELOG.mdwhen submitting a pull request.
License
Plug.Crypto source code is released under Apache License 2.0. Check the LICENSE file for more information.