Exposing some keys from Auth

This commit is contained in:
Michael Snoyman 2010-05-07 09:24:35 +03:00
parent e8a042db2d
commit 4578808df1

View File

@ -30,6 +30,8 @@ module Yesod.Helpers.Auth
, LoginType (..) , LoginType (..)
, YesodAuth (..) , YesodAuth (..)
, getAuth , getAuth
, identKey
, displayNameKey
) where ) where
import Web.Encodings import Web.Encodings