- utilizes Discord for OAuth
- allows the creation of Topics/Comments when logged in
- configure
dev.secrets.exs
import Config
config :ueberauth, Ueberauth.Strategy.Discord.OAuth,
client_id: "*",
client_secret: "*"
- build and start containers
docker-compose up --build