/rails-app-auth-with-cognito

Exemplo simples de login com cognito em uma aplicação rails

Primary LanguageRuby

Rails app with cognito auth

Simple example of login with cognito in the rails application

Dependencies:

  • Ruby 3.1.2
  • Sqlite

Run:

https://github.com/WallasFaria/rails-app-auth-with-cognito.git

cd rails-app-auth-with-cognito

cp .env.template .env
# edit the cognito infos in .env

bundle install --without production

rails db:migrate
rails server