Skip to content

TakalaniMadau/rails_auth_api

Repository files navigation

Authentication API endpoint template

Simple auth api for registration, sign in and sign out endpoints

How to run the api app:

  • Ruby version
    • 2.7.1
  • System dependencies
    • bcrypt: Secure hash algorithm for passwords encryption.
    • rack-cors: For preventing CSRF(Cross Site Request Forgery).
  • Configuration
    • run: bundle install
    • run: yarn install
  • Database creation
    • run: rails db:create
    • run: rails db:migrate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published