Alec Aivazis added In_those_cases_we_need__.html  over 8 years ago

Commit id: c5ed93a7cae7f39912201bbc571d24ede6376ecd

deletions | additions      

         

In those cases, we need an immutable, valid state corresponding to the authenticated user to compare against the global object used by our views. This read-only state can be achieved using a closure as previously discussed. This does slightly increase the complexity of the authentication algorithm, as the client must now compare the two states before checking checking for the required authentication parameter.