legendary-doc-site/apps/core/lib/auth.ex

10 lines
265 B
Elixir
Raw Normal View History

defmodule Legendary.Auth do
2020-07-17 23:30:31 +00:00
@moduledoc """
Legendary.Auth keeps the contexts that define your domain
2020-07-17 23:30:31 +00:00
and business logic.
Contexts are also responsible for managing your data, regardless
if it comes from the database, an external API or others.
"""
end