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

chore: add dependencies for OAuth2 and Spring Security #14

Merged
merged 1 commit into from
May 15, 2021

Conversation

joshmhanson
Copy link
Contributor

@joshmhanson joshmhanson commented May 15, 2021

Description

Adds required dependencies for using OAuth2 and Spring Security in the project.

Testing

Initially it didn't seem to quite work correctly as IntelliJ reported that the dependencies couldn't be found when hovering over them in pom.xml. If you experience this, go to File > Invalidate Caches, and hit "Invalidate and Restart".

Build and run MCITMocksApplication. If you see o.s.s.web.DefaultSecurityFilterChain in the output, you know that Spring Security is successfully loaded in.

Checklist

  • I provided a description of the contents of this pull request.
  • I've linked this pull request to an issue.
  • I've assigned myself as the Assignee and labelled the PR correctly.

@joshmhanson joshmhanson added the enhancement New feature or request label May 15, 2021
@joshmhanson joshmhanson self-assigned this May 15, 2021
@joshmhanson joshmhanson linked an issue May 15, 2021 that may be closed by this pull request
Copy link
Contributor

@wilsonplau wilsonplau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@joshmhanson joshmhanson merged commit 8c9b2d6 into develop May 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants