paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

bug: auth changes not reflected on client #19

Closed paul-bokelman closed 5 months ago

paul-bokelman commented 6 months ago

Description

When logging in or logging out client-side changes that allow the user to know their login state are not updated. Role based authentication works on pages but layout is not updated after change.

Proposed Solution

Update client state in accordance to new server state and session. This may have to be done through shared query headers (similar to role based authentication message) indicating that the user should be updated.

Parent: #17