This feature request proposes the implementation of authentication capabilities for sub-routers in the Robyn web framework.
frontend = SubRouter(__name__, prefix="/frontend")
frontend = SubRouter(__name__, prefix="/frontend",auth_required=True)
Use Case
Sub-router authentication simplifies the process of defining authentication strategies for private routes in a web application with public and private sections.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too