https://github.com/threez/go-keycloak
Implements a middleware that can handle the oauth2 Authorization Code Grant Flow using keycloak
https://github.com/threez/go-keycloak
Last synced: over 1 year ago
JSON representation
Implements a middleware that can handle the oauth2 Authorization Code Grant Flow using keycloak
- Host: GitHub
- URL: https://github.com/threez/go-keycloak
- Owner: threez
- License: bsd-2-clause
- Created: 2018-09-06T19:53:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T20:07:48.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T08:12:25.012Z (over 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-keycloak [](https://godoc.org/github.com/threez/go-keycloak)
Implements a middleware that can handle the oauth2 Authorization Code Grant Flow using keycloak. See example dir for an example use.
**Note this is work in progress**