Skip to content

webguru7/react-redux-apollo-authenticaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-redux-apollo-authentication-example

An authentication flow example using GraphQL as a service provided by Scaphold.io

Includes

  • React
  • React Router
  • Redux
  • Apollo

Setup the backend

  • Create an account on Scaphold.io
  • Create your first App on the Apps menu.
  • Then copy the endpoint from My API menu.

Scaphold.io My API

  • Open the config.json file based on the root directory and change the graphQLServiceUri to your Scaphold app endpoint.

You dont need to create any schema. Scaphold.io already provides a User schema designed for the needs of this project.

Setup this project

yarn # or npm install
yarn start # or npm start

The project should be listening on http://localhost:3000

About

Auth flow example using React.js, Redux, GraphQL and Apollo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published