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

Feature/profile page #344

Merged
merged 17 commits into from
Nov 19, 2023
Merged

Feature/profile page #344

merged 17 commits into from
Nov 19, 2023

Conversation

Abhiek187
Copy link
Owner

Profile Page
image

404 Page
image

I added routes to a 404 page and a profile page that displays the user's username, email, and whether the email is verified. These are the user attributes available from the ID token. I make sure to verify the tokens before going to the profile page. If the tokens aren't available, the tokens are refreshed, but if refresh fails, the user is signed out. My next PR will allow users to sign up, but I'll need to add the option to delete the user's account, which seems to require using the SDK.

Closes #42

@Abhiek187 Abhiek187 added enhancement New feature or request javascript Pull requests that update Javascript code labels Nov 19, 2023
@Abhiek187 Abhiek187 self-assigned this Nov 19, 2023
@Abhiek187 Abhiek187 added this to In progress in AWS Shopping App via automation Nov 19, 2023
@Abhiek187 Abhiek187 merged commit be914ea into main Nov 19, 2023
8 checks passed
AWS Shopping App automation moved this from In progress to Done Nov 19, 2023
@Abhiek187 Abhiek187 deleted the feature/profile-page branch November 19, 2023 02:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request javascript Pull requests that update Javascript code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create 404 page
1 participant