Skip to content
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

Use Flask? #82

Open
cehbrecht opened this issue Jun 13, 2019 · 1 comment
Open

Use Flask? #82

cehbrecht opened this issue Jun 13, 2019 · 1 comment
Labels

Comments

@cehbrecht
Copy link
Member

Pyramid technically works but Flask has better community support.

For example OAuth usage with Flask:
https://github.com/lepture/authlib

@fmigneault what do you think? Would this be ok with Weaver and Magpie?

See also #22.

@fmigneault
Copy link
Contributor

@cehbrecht
For Weaver, it could be considered, but some integration for process execution with celery will have to be tested.

For Magpie, the ziggurat libraries for User/Group permission handling are deeply coupled with pyramid, and I think the migration effort won't be worth it.

For oauth specifically, there are many alternatives, whether they use a specific Flask/Pyramid framework (https://pypi.org/project/oauthlib/) or a separate package like https://github.com/authomatic/authomatic or https://pypi.org/project/python-oauth2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants