summaryrefslogtreecommitdiff
path: root/src/oidc/main.go
AgeCommit message (Expand)Author
2022-04-14use hashicorp uuidmo khan
2022-04-14specify defautl client id and hostmo khan
2022-04-14read host from env varmo khan
2022-04-13implement jwks endpointmo khan
2022-04-13use anonymous structmo khan
2022-04-13add .well-known/openid-configuration.jsonmo khan
2022-04-13extract function to generate an id_tokenmo khan
2022-04-13generate a jwt as the id_tokenmo khan
2022-04-06start to handle implicit flow requestmo khan
2022-04-06link to different flows in specmo khan
2022-04-06exchange authorization code for tokensmo khan
2022-04-06response to authorization code requestmo khan