mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
36cb6f8b13
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. |
||
---|---|---|
.. | ||
cypress | ||
hasura | ||
public | ||
src | ||
.dockerignore | ||
.eslintrc.json | ||
.gitignore | ||
CONTRIBUTING.md | ||
cypress.env.json | ||
cypress.json | ||
Dockerfile | ||
package.json | ||
Procfile | ||
README.md |
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.