kleinjm / vue_graphql_auth_example

Token Authentication with Rails, Vue, GraphQL and Devise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

VueGraphqlAuthExample demonstrates how to use Rails, Vue, GraphQL and Devise together to create basic token authentication. The related article provides a step-by-step guide to help navigate the repo and set up auth on your application.

Setup

Please check .ruby-version and .nvmrc to ensure you have the right versions of Ruby and Node installed and activated on your system. Then run

bin/setup

Usage

Running the App

To run the app

foreman start

then head to http://localhost:3000/.

Running Tests

All tests can be found in the ./spec. Run the tests with

bin/rspec

Contributing

Any and all feedback is welcome. Please feel free to open a pull request, issue or message me directly at me@jamesmklein.com.

About

Token Authentication with Rails, Vue, GraphQL and Devise


Languages

Language:Ruby 74.8%Language:JavaScript 10.2%Language:Vue 9.1%Language:HTML 5.9%Language:SCSS 0.1%