I ran into an interesting issue in testing my site ( http://www.novelite.ca ). If the user buys tokens while logged in, via paypal, paypal then sends a notification to the server via IPN. Processing this adds the tokens to the user's account. My problem is that the auth.user object isn't updated when the user entry is updated in the database.
Is there a way to refresh the user object in Auth safely to account for this update?

