Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquelluiz/oauth2-with-spring
A demo project where I use the Github OAuth2 client for login.
https://github.com/henriquelluiz/oauth2-with-spring
deployment docker github-client java oauth2 shell spring-boot spring-security-oauth2
Last synced: about 4 hours ago
JSON representation
A demo project where I use the Github OAuth2 client for login.
- Host: GitHub
- URL: https://github.com/henriquelluiz/oauth2-with-spring
- Owner: henriquelluiz
- Created: 2022-11-28T03:21:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T22:11:37.000Z (almost 2 years ago)
- Last Synced: 2023-08-02T22:52:32.172Z (over 1 year ago)
- Topics: deployment, docker, github-client, java, oauth2, shell, spring-boot, spring-security-oauth2
- Language: HTML
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
> This application is a demonstration of how to use Spring to authenticate through the OAuth2 protocol.
#### What's the easiest way to run this application locally?
Basically, you are just going to run the shell file:```bash
chmod +x runApp.sh
./runApp.sh
```#### What will you need?
1. Create an OAuth2 app on github as per the [Github OAuth2 Documentation](https://docs.github.com/en/developers/apps/building-oauth-apps/creating-an-oauth-app).
2. Have [Docker](https://docs.docker.com/engine/install/ubuntu/) installed on your machine.
3. Manage Docker as a non-root user. [Post-installation steps for Linux](https://docs.docker.com/engine/install/linux-postinstall/)*That's it* 🥳