foulkon
foulkon copied to clipboard
Authorization server written in Go
Working demo (closes #75).
# Expected Behavior Received: ``` { "logger": { "type": "default", "level": "info" }, "database": { "type": "postgres", "idleconns": 5, "maxopenconns": 20, "connttl": 300 }, "authenticator": { "type": "oidc", "oidcProviders": [...
The OIDC middleware only checks if the token is issued by an authorized issuer, using its keys to verify it, but the token could be revoked by the identity provider....
This connector must implement [database interface](https://github.com/Tecsisa/foulkon/blob/master/api/manager.go#L186)
Hi there. We're transitioning our internal services to use GRPC (instead of HTTP/REST). Thus, I'd like to contribute a GRPC interface to Foulkon's worker. What do you think? Would you...
To show features and usage we are working on a demo with docker-compose and all environment configuration to run it easily. Also, we are going to add a quickstart doc...