From 2c136b005edd59d621534941ffd8b8bd7ebdcc14 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Fri, 28 Aug 2020 11:55:18 +0300 Subject: [PATCH] resurrect default for auth Signed-off-by: Vasiliy Tolstov --- auth/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth/auth.go b/auth/auth.go index fee5792a..c704f9e7 100644 --- a/auth/auth.go +++ b/auth/auth.go @@ -17,6 +17,7 @@ const ( ) var ( + DefaultAuth Auth // ErrInvalidToken is when the token provided is not valid ErrInvalidToken = errors.New("invalid token provided") // ErrForbidden is when a user does not have the necessary scope to access a resource