Once user sign up, we store the user data inside cookie in the broswer and also keep a memory copy in the server.
If next time, user refresh the page, ......
After successfully login, we want something help to check whether user has already login or not. And we will use Observable to do that.
Create AuthInf ......