Open pcfreak30 opened 5 months ago
@ditorodev just handle the ui parts. i have gotten the auth provider and other aspects covered. I will likely refactor things anyways after, so just need whats required put in, and I can take over.
I am looking at having the admin app redirect to the account page to login and share that way. LMK if you think a different UX flow should be done.
And depending on how the admin login is done might impact what the admin ui front page looks like logged out.
The initial bare-bones version of this has been implemented in https://github.com/LumeWeb/web/pull/243
More work is still needed for it.
Most of the component is done, now its time to style it in accordance to our current look and feel and then move onto creating the remix/vite app to server the admin page!
@pcfreak30 in terms of the admin app anything we need to take into consideration auth wise? or can you handle the authorization directly from go so we just render an SPA. Just to make sure and know if we need to implement refine