https://github.com/adorsys/oauth2-pkce
Libraries for OAUTH2 PKCE
https://github.com/adorsys/oauth2-pkce
Last synced: 6 months ago
JSON representation
Libraries for OAUTH2 PKCE
- Host: GitHub
- URL: https://github.com/adorsys/oauth2-pkce
- Owner: adorsys
- Created: 2018-05-08T06:15:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T02:20:59.000Z (over 2 years ago)
- Last Synced: 2024-04-14T12:53:55.683Z (over 1 year ago)
- Language: Java
- Size: 829 KB
- Stars: 11
- Watchers: 9
- Forks: 7
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-oauth2 example
## Requirements
* maven
* angular
* docker## Build it
```
docker-compose --file build.docker-compose.yml down --remove-orphans && docker-compose --file build.docker-compose.yml up --build
```## Run it
```
docker-compose down --remove-orphans && docker-compose up --build
```## Links
| URL | Description |
|-----|-------------|
| http://localhost:8888 | spring-oauth2 endpoint |
| http://localhost:80 | angular-oauth2 endpoint |
| http://localhost:8080/auth/ | local keycloak endpoint |