/JWT-Auth-with-Rails

Simple approach to rails 5 API and authentication with JWT

Primary LanguageRuby

Installation

  1. Install Rails at the command prompt if you haven't yet:

     $ git clone https://github.com/omedale/JWT-Auth-with-Wails.git
    
  2. Change directory to my_api_app

     $ cd my_api_app
    
  3. Install application dependencies:

     $ bundle install
    
  4. start the web server:

     $ rails s