CaioBianchi / JWT-Auth-with-Rails

Simple approach to rails 5 API and authentication with JWT

Home Page:https://www.codementor.io/omedale/simple-approach-to-rails-5-api-authentication-with-json-web-token-cpqbgrdo6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

Simple approach to rails 5 API and authentication with JWT

https://www.codementor.io/omedale/simple-approach-to-rails-5-api-authentication-with-json-web-token-cpqbgrdo6


Languages

Language:Ruby 99.2%Language:HTML 0.8%