graphql-engine/community/sample-apps/react-apollo-todo
Praveen Durairaj 36cb6f8b13 remove localStorage usage with auth0 (#1690)
Auth0 best practices recommend to not store tokens in localStorage. [Reference](https://auth0.com/docs/security/store-tokens#don-t-store-tokens-in-local-storage)

Updated code to make use of [checkSession](https://auth0.com/docs/libraries/auth0js/v9#using-checksession-to-acquire-new-tokens) which makes use of cookies.
2019-03-13 12:34:36 +05:30
..
cypress rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
hasura rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
public refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
src remove localStorage usage with auth0 (#1690) 2019-03-13 12:34:36 +05:30
.dockerignore refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
.eslintrc.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
.gitignore refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
CONTRIBUTING.md refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
cypress.env.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
cypress.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Dockerfile refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
package.json refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
Procfile refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30
README.md refactor community content and folder structure (#1353) 2019-01-17 15:57:28 +05:30

Live demo

Tech stack

  • Frontend

    • React v0.16.3
    • Apollo Client 2.1
  • Backend

    • Hasura GraphQL Engine

Run the React app

Run npm start to start the todo app.