Commit Graph

9 Commits

Author SHA1 Message Date
54dbc4465d Add image upload functionality to profile page
The changes add file upload capabilities to the user profile page,
including: - File input control for selecting images - Basic image
upload handling infrastructure - Better layout with two-column design -
More robust date display

The subject line alone captures the key functional change.
2025-08-13 10:57:32 +02:00
b607380a68 Refactor auth middleware and add logout functionality
Since there are multiple significant changes, a message body is
warranted:

- Replace token refresh logic with simple route protection - Move cookie
deletion to new system store - Add logout button and handler to index
page - Rename Chuck Norris store for consistency
2025-08-11 15:22:39 +02:00
65e0c583cf Add global auth middleware and refresh token handling 2025-08-08 19:52:43 +02:00
43016fa5a9 Configure auth token storage and cookie names
The commit message contains only the subject line since the change is
straightforward - configuring authentication token settings and cookie
names for both access and refresh tokens.
2025-08-07 09:03:33 +02:00
0f93b305ac refresh token 2025-08-06 18:11:13 +02:00
22d731a334 @sidebase/nuxt-auth component 2025-08-06 16:21:56 +02:00
589dabfb8e vuetify, pinia, navbar, footer 2025-08-06 12:05:32 +02:00
eb963df89d add pinia 2025-08-04 17:47:09 +02:00
ef266dd0ae first commit 2025-08-04 14:18:40 +02:00