rsnext/examples/api-routes-apollo-server-and-client-auth/pages
Ivan Kleshnin d04d976698
Improve api-routes-apollo-server-and-client-auth Example (#10358)
1. Prevent possible race conditions of cache pruning, refetching and redirects

2. Note: the original code has the following defect.

SignOut action restarts the dev server effectively resetting the memory and erasing all the "registered users" data. You have to SignUp again after SignOut. I'm not sure how
to properly fix it a.t.m
2020-01-31 10:27:21 -05:00
..
api Add Apollo Server and Client Auth Example (#9913) 2020-01-23 14:55:45 -05:00
about.js Add Apollo Server and Client Auth Example (#9913) 2020-01-23 14:55:45 -05:00
index.js Add Apollo Server and Client Auth Example (#9913) 2020-01-23 14:55:45 -05:00
signin.js Improve api-routes-apollo-server-and-client-auth Example (#10358) 2020-01-31 10:27:21 -05:00
signout.js Improve api-routes-apollo-server-and-client-auth Example (#10358) 2020-01-31 10:27:21 -05:00
signup.js Add Apollo Server and Client Auth Example (#9913) 2020-01-23 14:55:45 -05:00