Login Redirect Workflow

Open
#63 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
python

Research direction

Review PR #59 and the linked issues #60, #61, #62, and #9 to understand the existing redirect workflow and planned authentication behavior. Done means the issue's listed redirect, authorization, login-state, and decorator requirements are resolved without sending every unauthorized user to the home or login page.

Written by the indexing model from the issue text.

Description

epoch

We want to handle redirected the user properly when they are viewing a resource they are unable to. The current implementation, merged in in PR #59, redirects any unauthorized users to the home page (also the login page).

  • Indicate to user why they are being redirected #60
  • Encode where user came from #61 so we can redirect them
  • Handle not logged in vs unauthorized properly #62
  • Add auth decorators everywhere #9
Dominant language
Python
Stars
12
Forks
11
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from ArgLab/writing_observer

All issues in ArgLab/writing_observer

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.