2021-03-19 19:32:18 +00:00
|
|
|
defmodule Legendary.Auth do
|
2020-07-17 23:30:31 +00:00
|
|
|
@moduledoc """
|
2021-03-19 19:32:18 +00:00
|
|
|
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
|