bcgov / bcgov/entity

Logged in with Non-Registries Account

Open
#34,573 3 comments 0 reactions 0 assignees View on GitHub
bug Names Team priority 1
Dominant language
JavaScript
Stars
23
Forks
62
Avg merge
24m
Merged PRs (30d)
1

Description

BACKGROUND: The application allows users to login with a BC Services Card or BCeID that is not associated with a BC Registries account. This causes issues when the user goes to pay for an NR.

FIX: when a user lands in the NAMES application

1. the application should check if the user is logged in.
2. If the user is not logged in, continue as before.
3. If the user is logged in, check to see if the account with a Registries account.
4. If the user's account is associated with a Registries account, continue as before.
5. If the user's account is NOT associated with a Registries account, give the user two options:

- Continue as Guest (this option will log the user out of the application)
- Create your Registries Account (this will redirect the user to the account creation flow, same as Entities flow)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at the NAMES application entry point and trace the existing logged-in and guest flows. Compare the requested Registries account check with the account creation flow used by Entities. Done means non-registered logged-in users can continue as guests by being logged out or redirect to account creation, while other users continue as before.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
authentication, frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
62/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.