/authentication_example

rails user authentication using devise

Primary LanguageRubyGNU General Public License v3.0GPL-3.0

README

A case using devise authentication on route level to manage cross role access.

Initialize & run Server

docker compose build
docker compose run --rm app db:create db:migrate db:seed
docker compose up