Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.34 KB

pull_request_template.md

File metadata and controls

33 lines (24 loc) · 1.34 KB

Description

  • Installed Auth0 v5 as a dependency *** Several "critical" vulnerabilities! ***
    • Recommend upgrading to latest version of React & Auth0 v6
  • Wrapped "App" component in Auth0Provider allowing auth to be used throughout the app as needed
  • Created dummy username and password for testing & added it to ReadMe
  • Added "Log In" / "Profile" / "Log Out" / "Sign Up" buttons to display conditionally on header
  • Created profile page with prompts to log in or sign up if not authenticated

Video Link

[Loom Video] https://www.loom.com/share/d8fc34b46aca42dd8099c7bc8587a000?sid=9ea42130-c8ef-4cd1-8450-0d3f0cf2d109

Jira Link

https://github.com/BloomTech-Labs/asylum-rg-fe-starter/blob/main/tickets/thirdTicket.md

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have removed unnecessary comments/console logs from my code
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings
  • No duplicate code left within changed files
  • Size of pull request kept to a minimum
  • Pull request description clearly describes changes made & motivations for said changes