package auth const ( // DefaultSessionCookieName is the default cookie name for session storage DefaultSessionCookieName = "auth_session" // ErrorInternalServer is the default internal server error message ErrorInternalServer = "Internal Server Error" )