Praveen Durairaj
420dde77dc
add auth0 tutorial link to react-apollo-todo landing page ( #1819 )
2019-03-22 12:28:20 +05:30
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
nizar-m
f83a8e591f
rename access-key to admin-secret ( close #1347 ) ( #1540 )
...
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 ( #1490 )
2019-01-29 13:10:53 +05:30
Tirumarai Selvan
9f6ce68e3c
refactor community content and folder structure ( #1353 )
2019-01-17 15:57:28 +05:30