ICICLE-ai / CI-Components-Catalog

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

Look into creating a Flask BluePrint for authn/z #2

Closed joestubbs closed 1 year ago

joestubbs commented 1 year ago

It would be nice to "package" just the Tapis authn/z functionality in a attributable way for other projects to use easily. One approach might be to use Flask Blueprints, c.f., https://flask.palletsprojects.com/en/2.2.x/blueprints/