Skip to content

devise-two-factor/example-rails7.1

 
 

Repository files navigation

Rails 7.1 Example App with Devise-Two-Factor

Devise has a bunch of example applications that provide examples of how Devise is used/installed. Devise-Two-Factor was then adapted to the application.

Getting Started

Requirements

  • Ruby 3.2.2
  • Rails 7.1.1

Install

bundle install
bin/rails db:create
bin/rails db:migrate

bin/rails server

References

I took inspiration from this project. If you are using Rails 7.0.X, be sure to check it out!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.9%
  • HTML 23.7%
  • Dockerfile 3.0%
  • JavaScript 2.0%
  • CSS 1.1%
  • Shell 0.3%