resurrect default for auth

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-08-28 11:55:18 +03:00
parent 7cf42589b3
commit 2c136b005e

View File

@ -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