Willem van den Ende c848ca17ad Gave up trying to reset env var - set to "*" after test
And after doctest. it stayed at "*" after the last test anyway, letting
the doctest fail.

doctests are not recommended for side effectful tests anyway https://hexdocs.pm/ex_unit/main/ExUnit.DocTest.html
2025-09-14 21:30:08 +01:00
2025-09-14 12:08:05 +01:00
2025-09-14 12:08:05 +01:00
2025-09-14 12:25:59 +01:00
2025-09-14 12:08:05 +01:00

BasicSignupWhitelist

TODO: Add description

Installation

If available in Hex, the package can be installed by adding basic_signup_whitelist to your list of dependencies in mix.exs:

def deps do
  [
    {:basic_signup_whitelist, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/basic_signup_whitelist.

Description
Basic sign up whitelist for elixir - whitelist allowed addresses in an environment variable
Readme 71 KiB
Languages
Elixir 72.3%
Shell 27.7%