https://github.com/josdem/spring-boot-oauth2
Spring Boot Oauth2 with Google
https://github.com/josdem/spring-boot-oauth2
groovy oauth2 spring-boot
Last synced: about 1 year ago
JSON representation
Spring Boot Oauth2 with Google
- Host: GitHub
- URL: https://github.com/josdem/spring-boot-oauth2
- Owner: josdem
- Created: 2017-08-21T23:32:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T00:39:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T15:52:28.924Z (about 1 year ago)
- Topics: groovy, oauth2, spring-boot
- Language: Groovy
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spring Boot Oauth2 Demo
----------------------------------------------
This application shows you how to build a basic Spring Boot application with Google authentication by Oauth2.
#### Configuration
https://github.com/josdem/spring-boot-oauth2/wiki/YAML-File
#### To run the project
```bash
gradle -Dspring.config.location=$HOME/.oauth2/application-development.yml bootRun
```
#### Read this as reference
http://josdem.io/techtalk/spring/spring_boot_oauth2/