Guest User

Untitled

a guest
Dec 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. def get(self):
  2. logging.info("get: %s", self.auth.get_user_by_session())
  3. self.auth.get_user_by_password("fredrik", "1234")
  4. self.session_store.save_sessions(self.response)
  5. logging.info("get: %s", self.auth.get_user_by_session())
  6. return webapp2.Response("hello, earth")
Add Comment
Please, Sign In to add comment