danphenderson / baldin

0 stars 0 forks source link

Fix: Admin UI Authentication & Authorization #102

Open danphenderson opened 6 months ago

danphenderson commented 6 months ago

The Admin UI appears to only be working for unauthorized routes.

Implementing Authentication and Authorization as a starting point to resolve missing data when listing certain model views in Admin UI, e.g. User. I suspect Authentication and Authorization will solve the problem from my troubleshooting of creating a model in the UI, which results in a null user for the new experience ( inspecting the request in the console, it shows a null token was passed in the POST request).

Ref:

Reqs: