Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Passwordless Authentication API

Sample Rails applications for demonstrating Implement Passwordless Authentication via Magic Link in Rails API

  • Ruby version: 2.7.1

  • Rails version: 6.1.3

Installation/Setup

  1. Clone the application on your local
git clone https://github.com/sampatbadhe/passwordless-authentication-api.git
  1. cd to the passwordless-authentication-api application directory
  cd passwordless-authentication-api
  1. Run bundle command to install all gems
  bundle install
  1. Configure your database.yml file.

  2. Run bundle exec rails db:create

  3. Run bundle exec rails db:migrate

  4. Run bundle exec rails db:seed. The sample data would be then loaded into application database.

  5. Run the rails server using bundle exec rails server or bundle exec rails s

About

Sample app for passwordless authentication(Magic-link) api

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages