delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

Improve authorization flow #8

Open ognis1205 opened 1 year ago

ognis1205 commented 1 year ago

The authentication process is handled in the front end and BFF, so the admin/auth middleware should be switched based on the feature flag to enable or disable it:

https://medium.com/@ognis1205/deltahub-data-sharing-platform-1-bdee60e74245

ognis1205 commented 6 months ago

TODO: