We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead25f0 commit 5b57b96Copy full SHA for 5b57b96
packages/api/internal/auth/middleware.go
@@ -152,7 +152,7 @@ func CreateAuthenticationFunc(
152
},
153
validationFunction: userValidationFunction,
154
contextKey: UserIDContextKey,
155
- errorMessage: "Invalid Access token, try to login again by running `e2b login`.",
+ errorMessage: "Invalid Access token, try to login again by running `e2b auth login`.",
156
157
&commonAuthenticator[uuid.UUID]{
158
securitySchemeName: "Supabase1TokenAuth",
0 commit comments