mirror of
https://github.com/get-drexa/drive.git
synced 2026-02-02 16:01:17 +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