Use vue router navigation guards to prevent accessing caldav and TOTP settings when they are disabled #1851

Open
opened 2021-10-26 20:18:02 +00:00 by konrad · 1 comment
Owner

Follow-Up for #889 and related to #899.

It should not be possible to access the caldav or totp setting routes when they are disabled server side. The problem here is these depend on a call to /api/v1/info which populates the server settings in local state. The check needs to happen after that.

Follow-Up for #889 and related to #899. It should not be possible to access the caldav or totp setting routes when they are disabled server side. The problem here is these depend on a call to `/api/v1/info` which populates the server settings in local state. The check needs to happen after that.
dpschen added the
changes requested
label 2021-10-26 20:19:28 +00:00
konrad added
area/internal-code
and removed
changes requested
labels 2021-11-13 18:46:34 +00:00
Member

This is possible with navigation guards

This is possible with navigation guards
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1851
No description provided.