We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nestjs documentation uses deprecated functions from CASL, copy-pasting it brings up deprecation errors https://docs.nestjs.com/security/authorization#advanced-implementing-a-policiesguard
https://docs.nestjs.com/security/authorization#advanced-implementing-a-policiesguard
Look at the documentation for implementing CASL
there should be no deprecation warnings when I follow the guide in documentation
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
@casl/ability
NA
{ "@casl/ability": "^6.3.3" }
18
No response
The text was updated successfully, but these errors were encountered:
this should be fixed by PR nestjs/docs.nestjs.com#2597
thanks for reporting!
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Current behavior
Nestjs documentation uses deprecated functions from CASL, copy-pasting it brings up deprecation errors
https://docs.nestjs.com/security/authorization#advanced-implementing-a-policiesguard
Minimum reproduction code
https://docs.nestjs.com/security/authorization#advanced-implementing-a-policiesguard
Steps to reproduce
Look at the documentation for implementing CASL
Expected behavior
there should be no deprecation warnings when I follow the guide in documentation
Package
@nestjs/common
@nestjs/core
@nestjs/microservices
@nestjs/platform-express
@nestjs/platform-fastify
@nestjs/platform-socket.io
@nestjs/platform-ws
@nestjs/testing
@nestjs/websockets
Other package
@casl/ability
NestJS version
NA
Packages versions
Node.js version
18
In which operating systems have you tested?
Other
No response
The text was updated successfully, but these errors were encountered: