Skip to content

Demo app using keycloak to authenticate users in Go web apps.

Notifications You must be signed in to change notification settings

max-weis/go-keycloak-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-keycloak-demo

Demo app using keycloak to authenticate users in Go web apps.

How to run

Run docker-compose up --build.

  1. Create a Client with the name go-demo here
  2. Create a user here
  3. Run via curl --data "{\"username\": \"user\",\"password\": \"pass\"}" http://localhost:8000 or via Postman

About

Demo app using keycloak to authenticate users in Go web apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages