Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

User authentication using Linkedin #13

Closed
wants to merge 1 commit into from

Conversation

YohanAvishke
Copy link
Member

@YohanAvishke YohanAvishke commented Aug 17, 2020

Purpose

The purpose of this PR is to fix #6

Goals

Users should be able to authenticate using Linkedin OAuth

Approach

  1. Added the necessary dependencies(spring-boot-starter-oauth2-client, etc.)
  2. Changed the application.properties to application.yml. Due to clean and less code duplication of yaml files.
  3. Added Linkedin configurations to application.yml.
  4. Added Web configurations to authenticate APIs from OAuth.

Screenshots

N/A

Checklist

  • This PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.
  • I have read and understood the development best practices guidelines ( http://bit.ly/sef-best-practices )
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented on my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation

Related PRs

N/A

Test environment

macOS 10.15, JDK 1.8

Learning

N/A

@YohanAvishke YohanAvishke added the work in progress Development is not yet fully completed label Aug 17, 2020
@YohanAvishke YohanAvishke removed the work in progress Development is not yet fully completed label Aug 18, 2020
@YohanAvishke YohanAvishke linked an issue Aug 20, 2020 that may be closed by this pull request
@YohanAvishke YohanAvishke added the enhancement New feature or request label Sep 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding user authentication and login
1 participant