add initial auth0 module

This commit is contained in:
2025-12-18 08:37:22 -05:00
commit 528778753c
10 changed files with 610 additions and 0 deletions

6
auth/auth0/errors.go Normal file
View File

@@ -0,0 +1,6 @@
package auth0
import "errors"
var ErrNilLogger = errors.New("logger cannot be nil")
var ErrNilSessions = errors.New("sessions cannot be nil")