Alec Aivazis added Sometimes_you_can_t_authenticate__.html  over 8 years ago

Commit id: e836fda35a5ff7dd4b8ef2e7888cc5401f23b4a9

deletions | additions      

         

Sometimes, you can't 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 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.