1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-15 09:22:43 +03:00
Commit Graph

13 Commits

Author SHA1 Message Date
Praveen Durairaju
40f4b8003e community: fix sample apps metadata for v3 config
https://github.com/hasura/graphql-engine-mono/pull/2137

GitOrigin-RevId: 83c2ef3a24a57a53f33e9b272bebf20341c5fc9b
2021-08-19 03:46:59 +00:00
Rikin Kachhia
3696d92743 add github workflow to compress new images in PRs
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
GitOrigin-RevId: cfef3585b120d82cafe5343cfceddbcd05969a15
2021-03-10 20:55:02 +00:00
Praveen Durairaju
a5c02ab405 community: update sample apps to use hasura cloud and v3 migrations/metadata
GitOrigin-RevId: c3858e4ed2f3d544f797ee159bd03b458d9cf82e
2021-03-02 08:32:37 +00:00
Praveen Durairaj
230d8efb40 community: update paths for sample-apps (close ) () 2019-08-14 07:05:44 +00:00
Praveen Durairaj
c4dd209eed community: update sample apps for codesandbox compatibility () 2019-06-14 14:37:00 +05:30
Praveen Durairaj
80fdceaac7 community: react-apollo-todo: fix update todo queries () 2019-05-10 19:40:12 +05:30
Anon Ray
a21f6cd648 introduce v1/graphql (fix ) ()
Changes compared to `/v1alpha1/graphql`

* Changed all graphql responses in **/v1/graphql** endpoint to be 200. All graphql clients expect responses to be HTTP 200. Non-200 responses are considered transport layer errors. 

* Errors in http and websocket layer are now consistent and have similar structure.
2019-05-10 11:35:10 +05:30
John Bampton
91f4d7b5e2 change Github to GitHub at multiple places () 2019-04-23 15:39:28 +05:30
Praveen Durairaj
420dde77dc add auth0 tutorial link to react-apollo-todo landing page () 2019-03-22 12:28:20 +05:30
Praveen Durairaj
36cb6f8b13 remove localStorage usage with auth0 ()
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
nizar-m
f83a8e591f rename access-key to admin-secret (close ) ()
Rename the admin secret key header used to access GraphQL engine from X-Hasura-Access-Key to X-Hasura-Admin-Secret.

Server CLI and console all support the older flag but marks it as deprecated.
2019-02-14 15:07:47 +05:30
Rishichandra Wawhal
ef565590af remove the usage of spread operator in setState () 2019-01-29 13:10:53 +05:30
Tirumarai Selvan
9f6ce68e3c refactor community content and folder structure () 2019-01-17 15:57:28 +05:30