Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wallasfaria/rails-app-auth-with-cognito
- Owner: WallasFaria
- Created: 2022-09-21T15:13:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T00:47:01.000Z (over 2 years ago)
- Last Synced: 2024-11-19T06:00:12.070Z (about 1 month ago)
- Language: Ruby
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- SqliteRun:
```sh
https://github.com/WallasFaria/rails-app-auth-with-cognito.gitcd rails-app-auth-with-cognito
cp .env.template .env
# edit the cognito infos in .envbundle install --without production
rails db:migrate
rails server
```