An open API service indexing awesome lists of open source software.

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

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/