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

wip: refactor authentication flow #1902

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomudding
Copy link
Member

Description

Introduces better support for detecting who is (or is not) signed in and as a result can distinguish between 401 and 403.

Unfortunately, in its current state all "error" pages (i.e. 401 and 403) are blank.

Related issues/external references

Closes GH-1798.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation improvement (no changes to code)
  • Other (please specify)

Introduces better support for detecting _who_ is (or is not) signed in and as a
result can distinguish between 401 and 403.

Unfortunately, in its current state all "error" pages (i.e. 401 and 403) are
blank.

Co-Authored-By: Rink <[email protected]>
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.

Rewrite authentication (and authorisation) logic
1 participant