mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
feat: impl bearer auth middleware
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
package auth
|
||||
|
||||
import "fmt"
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var ErrUnauthenticatedRequest = errors.New("unauthenticated request")
|
||||
|
||||
type InvalidAccessTokenError struct {
|
||||
err error
|
||||
|
||||
Reference in New Issue
Block a user