-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Initialization on a group of blueprints #181
Comments
It should work if you create a BP at the As the project currently stands, it does not stand up a Blueprint on a Blueprint Group. It either attaches to an existing Blueprint or creates a new Blueprint for your app. https://github.com/ahopkins/sanic-jwt/blob/master/sanic_jwt/initialization.py#L331 |
Thanks for the quick response! |
I've just checked, it works fine. Thanks for help, this issue can be closed. |
Thanks for the update. I'm going to open an issue for Blueprint Group support. |
Is there a solid reason why there's no option of initializing on a group of blueprints? Say, I have a nested structure of blueprints, like it's done in sanic documentation. When I try to initialize on a corresponding
api
blueprint I get an error:My intention was to get
/auth
entry-point under/v1/api
, is there any way to achieve that?The text was updated successfully, but these errors were encountered: