-
Notifications
You must be signed in to change notification settings - Fork 329
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
typescript middleware #1478
Comments
It is coming soon! Out of curiosity, what do you intend to implement as middlewares? |
JWT validation client check input validations is there any alternative to this |
v stands for input validation p stands for permissions to use API etc |
For token validation and authenticating you want to use a auth handler: https://encore.dev/docs/ts/develop/auth For input validation it depends a bit on what you need, encore validates all requests against the typescript types you define for your endpoints. |
in typescript could not find middleware package
The text was updated successfully, but these errors were encountered: