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

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

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 |