agregamos redirect.ex y refactorizamos get_hash.ex en controller

This commit is contained in:
2025-04-17 12:55:17 -03:00
parent 4899d61433
commit 84922f7548
5054 changed files with 326731 additions and 19002 deletions

View File

@ -1,11 +1,11 @@
{application,plug_crypto,
[{optional_applications,[]},
{applications,[kernel,stdlib,elixir,crypto]},
{description,"Crypto-related functionality for the web"},
{modules,['Elixir.Plug.Crypto','Elixir.Plug.Crypto.Application',
[{modules,['Elixir.Plug.Crypto','Elixir.Plug.Crypto.Application',
'Elixir.Plug.Crypto.KeyGenerator',
'Elixir.Plug.Crypto.MessageEncryptor',
'Elixir.Plug.Crypto.MessageVerifier']},
{optional_applications,[]},
{applications,[kernel,stdlib,elixir,crypto]},
{description,"Crypto-related functionality for the web"},
{registered,[]},
{vsn,"2.1.1"},
{mod,{'Elixir.Plug.Crypto.Application',[]}}]}.