Skip to content

komron-m/oauth_oidc_keycloack

Repository files navigation

Description

This repo created to show some features of keycloak, meet the concepts of OAuth and OpenIDConnect.

Presentation file of part I

Presentation file of part II

Getting started

# clone repo
mkdir -p $GOPATH/src/github.com/komron-m/
cd $GOPATH/src/github.com/komron-m/
git clone [email protected]:komron-m/oauth_oidc_keycloack.git
cd oauth_oidc_keycloack

# install project dependencies
go mod tidy

# init app dependencies
docker-compose up

# run backend application
go run ./cmd/game_app/

# open another terminal and start client application
cd $GOPATH/src/github.com/komron-m/oauth_oidc_keycloack/clients/web
yarn install
yarn start

About

Demo project for presentation of oauth and keycloack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published