polubis / 4markdown

16 stars 4 forks source link

[Feature] Refactor BE controllers to support admin check, and secrets injection #469

Open polubis opened 1 month ago

polubis commented 1 month ago

DoD

  1. App works as before.
  2. Controllers should have objects for configuration.
  3. There is an option to inject projectId, and secrets in them.
  4. There is an option to check if the signed in user is an admin.
polubis commented 1 month ago

FE: https://github.com/polubis/4markdown/pull/471

polubis commented 1 month ago

BE: https://github.com/polubis/greenonsoftware-api/pull/46

polubis commented 1 month ago

Tested