-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v6.1.0 breaking change on Authentication middleware #1575
Comments
Hello there sl33kr 👋 Thank you for opening your very first issue in this project. We will try to get back to you as soon as we can.👀 |
This was referenced Mar 11, 2024
WoH
added a commit
that referenced
this issue
Mar 11, 2024
WoH
added a commit
that referenced
this issue
Mar 11, 2024
WoH
added a commit
that referenced
this issue
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upon upgrading from v6.0.1 to v6.1.0 our project started getting build errors on our generated routes.ts attempting to invoke our authentication middleware.
Sorting
I'm submitting a ...
I confirm that I
Expected Behavior
Build does not fail in minor version upgrade
Current Behavior
Build fails due to authentication method signature change.
Possible Solution
This possibly only affects projects with
strict: true
in the compiler options. It appears the breaking change occurred in #1557.Context (Environment)
Version of the library: 6.1.0
Version of NodeJS: 18.19.1
Version of Typescript: 5.1.3
Detailed Description
Breaking change?
The text was updated successfully, but these errors were encountered: