Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Create a better auth error page #189

@definitelynobody

Description

@definitelynobody

While authentication errors should be less common #182 we should still handle them in a more user friendly way.

Instead of giving people a string error and no navigation here:

fn ice<E: std::fmt::Debug>(info: &'static str) -> impl Fn(E) -> (StatusCode, &'static str) {

The user currently sees this when errors are handling in this way:
image

Users should have the ability to retry the login or navigate the homepage as normal and should be presented with a less confusing error message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions