Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Exemplo simples de login com cognito em uma aplicação rails
https://github.com/wallasfaria/rails-app-auth-with-cognito

Last synced: 21 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Rails app with cognito auth

Simple example of login with cognito in the rails application

Dependencies:
- Ruby 3.1.2
- Sqlite

Run:

```sh
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
```