Skip to content

mdanter/OAuth2v1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OAuth2v1

A demo and helper class for providing Google OAuth2 v1 authentication in java.

Assumptions

  • familiarity with OOP, java, maven, and jee
  • java application server listening on localhost:8080

Prerequisites

Usage

  1. Add Client ID, and Client Secret parameters to GoogleAuthHelper.java
  2. Compile the project ($ mvn clean install)
  3. Deploy war to application server
  4. Browse to: http://localhost:8080/OAuth2v1/
  5. Click "log in with google" on top of this page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages