Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 676 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 676 Bytes

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