Skip to content

Handle AuthenticationException correctly#1396

Merged
dmohns merged 4 commits intomainfrom
1395-fix-login-route-not-found
Mar 24, 2026
Merged

Handle AuthenticationException correctly#1396
dmohns merged 4 commits intomainfrom
1395-fix-login-route-not-found

Conversation

@dmohns
Copy link
Copy Markdown
Member

@dmohns dmohns commented Mar 24, 2026

Brief summary of the change made

Closes: #1395

Previously, we were not handling AuthenticationException. As a result the default handling has triggered which involves redirectly the user to /login which doesn't exist in MPM.

Are there any other side effects of this change that we should be aware of?

Describe how you tested your changes?

Pull Request checklist

Please confirm you have completed any of the necessary steps below.

  • Meaningful Pull Request title and description
  • Changes tested as described above
  • Added appropriate documentation for the change.
  • Created GitHub issues for any relevant followup/future enhancements if appropriate.

@dmohns dmohns requested a review from beesaferoot March 24, 2026 13:43
Copy link
Copy Markdown
Contributor

@beesaferoot beesaferoot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!!

@dmohns dmohns merged commit c3cc793 into main Mar 24, 2026
16 checks passed
@dmohns dmohns deleted the 1395-fix-login-route-not-found branch March 24, 2026 14:15
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

Successfully merging this pull request may close these issues.

[Bug]: Route [login] not defined when auth is missing

2 participants