Simple Plug to extract access_token from request and add it to private map in Plug.Conn struct.
Simple Plug to provide google based authentication. Just pass access_token received from client side google auth flow and this plug will get name, emai and picture of user from google and add it to private inside Plug.Conn
ModuleMocker allows to use different module in development and test environment. It allows convention to mock module for test