-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
Sub-router Authentication Capabilities #708
Comments
That's a great suggestion @fina-joy 😄 I am not certain about the syntax tho. How will you add an Auth handler here? |
To implement authentication capabilities for sub-routers in the Robyn web framework, you'll want to extend the existing authentication framework to be usable at the sub-router level. The goal is to enable different authentication strategies for different sub-routers, enhancing the flexibility and security of the application. Here's a step-by-step guide to modifying the 1. Modify the
|
This feature request proposes the implementation of authentication capabilities for sub-routers in the Robyn web framework.
Currently Adding
Use Case
Sub-router authentication simplifies the process of defining authentication strategies for private routes in a web application with public and private sections.
The text was updated successfully, but these errors were encountered: