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

Improve authorization flow #8

Open
ognis1205 opened this issue May 17, 2023 · 1 comment
Open

Improve authorization flow #8

ognis1205 opened this issue May 17, 2023 · 1 comment

Comments

@ognis1205
Copy link
Contributor

ognis1205 commented May 17, 2023

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 ognis1205 changed the title OAuth2.X PKCE authentication flow OAuth2.X authentication flow May 17, 2023
@ognis1205 ognis1205 changed the title OAuth2.X authentication flow Improve authorization flow Dec 7, 2023
@ognis1205
Copy link
Contributor Author

ognis1205 commented Dec 8, 2023

TODO:

  • refactor backend URLs, e.g., admin/ -> catalog/, delta-sharing-related APIs -> under sharing/
  • switching auth middleware based on the feature flag
  • rename Admin -> Catalog
  • refactor DB schema, e.g., password on account table should be optional

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

No branches or pull requests

1 participant