[GH-ISSUE #95] Sign out functionality #51

Closed
opened 2026-02-17 17:06:00 -05:00 by yindo · 1 comment
Owner

Originally created by @Pacodastre on GitHub (Jun 6, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/95

Currently, it is not possible to sign the current user out. Clicking the sign out button in the user menu returns a 404.

Originally created by @Pacodastre on GitHub (Jun 6, 2025). Original GitHub issue: https://github.com/Drop-OSS/drop/issues/95 Currently, it is not possible to sign the current user out. Clicking the sign out button in the user menu returns a 404.
yindo closed this issue 2026-02-17 17:06:00 -05:00
Author
Owner

@DecDuck commented on GitHub (Jun 7, 2025):

Signing out is possible if you reload the page.

For devs, the issue is that we implement the signout route as a Nitro server route, and Vue frontend is using NuxtLink, which attempts to do the Vue-based navigation, instead of making a server side call.

@DecDuck commented on GitHub (Jun 7, 2025): Signing out is possible if you reload the page. For devs, the issue is that we implement the signout route as a Nitro server route, and Vue frontend is using NuxtLink, which attempts to do the Vue-based navigation, instead of making a server side call.
yindo changed title from Sign out functionality to [GH-ISSUE #95] Sign out functionality 2026-06-05 14:21:08 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#51