Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth Rework Issues / Suggestions #980

Closed
ydahal1 opened this issue Dec 18, 2024 · 1 comment
Closed

Auth Rework Issues / Suggestions #980

ydahal1 opened this issue Dec 18, 2024 · 1 comment

Comments

@ydahal1
Copy link
Collaborator

ydahal1 commented Dec 18, 2024

1. Password Reset Email Not Received

Steps to Reproduce:

  1. Navigate to http://localhost:3001/forgot-password.
  2. Enter email and click the "Reset Password" button.

2. Request Access Error: Invalid CSRF Token

Error:
Express error handler on route /api/instanceSettings/requestAccess returns "Invalid CSRF token."

Steps to Reproduce:

  1. Register a new user.
  2. Open the "Request Access" modal.
  3. Enter a message and click "Submit."

3. Disabled Links for Admin/Owner Without Application

Behavior:
Users, Integrations, and Notifications links are disabled for Admins/Owners if no application exists.

Steps to Reproduce:

  1. Login with Admin/Owner credentials.
  2. Navigate to the home screen.
  3. Notice the "Users" link in the left navigation is disabled.

Suggestion:
Consider allowing privileged users (Admins/Owners) to manage users even if no applications exist.


4. Password Change Does Not Logout Other Sessions

Expected Behavior:
When a user changes their password, they should be logged out of all sessions except the current one.


5. Revoking Current Session Behavior

Expected Behavior:
Users should not be allowed to revoke their current session. If allowed, they should be immediately logged out of the current session.

@ydahal1
Copy link
Collaborator Author

ydahal1 commented Jan 7, 2025

Completed

@ydahal1 ydahal1 closed this as completed Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant