Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 645 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 645 Bytes

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/