sarascahya / simple-rails-api-jwt-knock

Simple Rails API JWT + Knock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Rails API JWT + Knock

Instalation Step

  1. Clone this repository
  2. Run bundle install
  3. Setup your database.yml
  4. Run rails db:create to create database on postgresql
  5. Run rails db:migrate to migrate all table

Setup the basic Knock structure.

  1. Run rails generate knock:install
  2. Run rails generate knock:token_controller user

About

Simple Rails API JWT + Knock


Languages

Language:Ruby 98.9%Language:HTML 1.1%