Troubleshooting authentication errors can be a time-consuming undertaking as a developer works with different development and deployment environments, platforms, and tooling that understanding a cryptic 401 Unauthorized error is near to impossible. To tackle this ongoing issue, we need an effective tool that will aid in the troubleshooting process.
To spin up the application, navigate to project lines in your command line window, run mvn spring-boot:run
, and
navigate to localhost:4200
.
For details on the design, head over to the Solution Design doc