[feature] migrate to monorepo
This commit is contained in:
commit
05ddc1f783
267 changed files with 75165 additions and 0 deletions
6
backend/internal/auth/auth.go
Normal file
6
backend/internal/auth/auth.go
Normal file
|
@ -0,0 +1,6 @@
|
|||
package auth
|
||||
|
||||
// Constants for auth-related context keys
|
||||
const (
|
||||
UserIDKey = "user_id"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue