placeholder
This commit is contained in:
parent
86c1669195
commit
1af0b68fca
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ import (
|
|||
func authMW(up user.Provider) gin.HandlerFunc {
|
||||
log.Debug("Auth Middleware enabled")
|
||||
return func(c *gin.Context) {
|
||||
userUuid := "019caeab-aa81-7f09-a220-d7e675300638" //TODO placeholder for dev purposes
|
||||
//019caeab-aa81-7f09-a220-d7e675300638 //user_id 1
|
||||
userUuid := "019cd29b-e35b-7eb2-85c6-111ca0d15bff" //TODO placeholder for dev purposes
|
||||
log.Warnf("%v using placeholder uuid: %v", pkgLogHeader, userUuid)
|
||||
|
||||
userId, err := up.GetUserId(c, userUuid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue