Skip to content

A starter project setting up an OAuth 2.0 client application. Utilizes an Angular 10 front end client and Java Spring Boot Servlet with Spring Security for a resource owner to login and view their public profile via Github API.

Notifications You must be signed in to change notification settings

NealSavant/OAuth2-Setup-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OAuth 2.0 Client Application Starter Project

Presentation on OAuth 2.0: Applications without passwords

Purpose

A repository developed to help developers overcome the initial knowledge gap required to implement OAuth 2.0 API's into their web application.

Useful Resources

OAuth 2.0 Documentation by Oracle

https://docs.oracle.com/cd/E50612_01/doc.11122/oauth_guide/content/oauth_intro.html

Spring Security Documentation

https://docs.spring.io/spring-security/site/docs/current/reference/html5/#oauth2

Differences Between OAuth 1 and OAuth 2.0

https://www.oauth.com/oauth2-servers/differences-between-oauth-1-2/

About

A starter project setting up an OAuth 2.0 client application. Utilizes an Angular 10 front end client and Java Spring Boot Servlet with Spring Security for a resource owner to login and view their public profile via Github API.

Topics

Resources

Stars

Watchers

Forks