Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 564 Bytes

Golang OAuth 2.0 Example Keycloak Integration

This project was created with only purpose for understanding OAuth 2.0 Grant Flows with Keycloak integration using Authorization Code + PKCE. (DON'T USE IN PRODUCTION).

How to run!

docker-compose up

OAuth 2.0 Flow Explanation