All Projects → imhta → rails_6_devise_example

imhta / rails_6_devise_example

Licence: other
rails 6 with devise + bootstrap + github oauth

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to rails 6 devise example

Devise-Omniauth-Multiple-Providers
Devise Multiple Omniauth Providers
Stars: ✭ 34 (-47.69%)
Mutual labels:  omniauth, devise
Devise token auth
Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.
Stars: ✭ 3,263 (+4920%)
Mutual labels:  omniauth, devise
Base App
An app to help jumpstart a new Rails 4 app. Features Ruby 2.0, PostgreSQL, jQuery, RSpec, Cucumber, user and admin system built with Devise, Facebook login.
Stars: ✭ 127 (+95.38%)
Mutual labels:  devise
omniauth-mastodon
OmniAuth strategy for Mastodon
Stars: ✭ 27 (-58.46%)
Mutual labels:  omniauth
oauthable
Setup, test, and implement the OAuth connections to over 70 different APIs.
Stars: ✭ 12 (-81.54%)
Mutual labels:  omniauth
Passport
Provides authentication for phoenix application
Stars: ✭ 159 (+144.62%)
Mutual labels:  devise
devise-uncommon password
Devise extension to prevent users from using a common password.
Stars: ✭ 24 (-63.08%)
Mutual labels:  devise
Simple token authentication
Simple (but safe) token authentication for Rails apps or API with Devise.
Stars: ✭ 1,474 (+2167.69%)
Mutual labels:  devise
multi auth
Standardized multi-provider OAuth authentication
Stars: ✭ 102 (+56.92%)
Mutual labels:  omniauth
omniauth-yandex
Omniauth 1.0 strategy for Yandex.ru
Stars: ✭ 19 (-70.77%)
Mutual labels:  omniauth
omniauth-kerberos
OmniAuth strategy for kerberos authentication.
Stars: ✭ 13 (-80%)
Mutual labels:  omniauth
omniauth-okta
OAuth2 strategy for Okta
Stars: ✭ 29 (-55.38%)
Mutual labels:  omniauth
Limestone
Boilerplate Rails 6 SaaS application with Webpack, Stimulus and Docker integration.
Stars: ✭ 191 (+193.85%)
Mutual labels:  devise
react-devise-token-auth-sample
React on Rails using devise_token_auth for authentication
Stars: ✭ 25 (-61.54%)
Mutual labels:  devise
Doorkeeper Provider App
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
Stars: ✭ 146 (+124.62%)
Mutual labels:  devise
shotgun
Ready to go Rails App with TailwindCSS, ViewComponent, Devise, and more!
Stars: ✭ 25 (-61.54%)
Mutual labels:  devise
Spree auth devise
Provides authentication (user accounts, login & signup) for @spree by using Devise
Stars: ✭ 124 (+90.77%)
Mutual labels:  devise
Devise invitable
An invitation strategy for devise
Stars: ✭ 2,491 (+3732.31%)
Mutual labels:  devise
proxes
A simple management interface for Elasticsearch.
Stars: ✭ 16 (-75.38%)
Mutual labels:  omniauth
acts as user
A gem which handles multiple types of users on a rails app
Stars: ✭ 24 (-63.08%)
Mutual labels:  devise

Rails 6 devise example

It is an example app and a basic template for devise auth in rails 6 with omni github auth.

Build with

  • Ruby on Rails
  • Bootstrap with Webpack
  • Github OAuth

Get Started

Requirements

  • Ruby 2.6
  • Rails 6
  • Foreman gem

Clone

git clone https://github.com/imhta/rails_6_devise_example.git
cd rails_6_devise_example

Install and migrate db

bundle install
yarn install --check-files
rails db:migrate

Start Server

To start rails server

rails server

To start webpack server (rails 6 default is to use webpack)

gem install foreman
foreman start -f Procfile.dev

Screenshots

Log In Page

Sign Up Page

Forgot password Page

Home Page

Useful links

Common Error

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].