yesod/Yesod/Constants.hs
2009-12-11 00:04:00 +02:00

20 lines
483 B
Haskell

---------------------------------------------------------
--
-- Module : Yesod.Constants
-- Copyright : Michael Snoyman
-- License : BSD3
--
-- Maintainer : Michael Snoyman <michael@snoyman.com>
-- Stability : Stable
-- Portability : portable
--
-- Constants used throughout Restful.
--
---------------------------------------------------------
module Yesod.Constants
( authCookieName
) where
authCookieName :: String
authCookieName = "IDENTIFIER"