Alec Aivazis edited Sometimes_you_can_t_authenticate__.html  over 8 years ago

Commit id: 373a688e153751ec271d9c940e077175333584a8

deletions | additions      

       

Sometimes, you can't it's not convinient to  authenticate against a closure. For instance, it might make more sense to store your authentication information in a redux store so that you can keep all of your data in a particular place. While this is probably unnecessary in all but the extreme cases, it is possible to prevent the globally available data store from being tampered with. We can let them modify the data so long as we have some way of invalidating it afterwards and fetching new data to use.