summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-12feat: render a simple login pagemo khan
2025-03-12chore: remove ./bin/e2e scriptmo khan
2025-03-12doc: write up some ideas around how authz works vs desiredmo khan
2025-03-11test: GET ./well-known/openid-configurationmo khan
2025-03-11test: /.well-known/oauth-authorization-servermo khan
2025-03-11refactor: move more saml code into authn namespacemo khan
2025-03-11refactor: extract oauth controllermo khan
2025-03-11refactor: separate authn/authz code into separate modulesmo khan
2025-03-10test: use golang oauth client to test IdPmo khan
2025-03-10chore: install mage using go toolmo khan
2025-03-10test: add e2e spec for OIDC loginmo khan
2025-03-10chore: activate mise in makefilemo khan
2025-03-10test: check the parsed saml responsemo khan
2025-03-10chore: activate mise shellmo khan
2025-03-10chore: install ruby dependencies and add golangmo khan
2025-03-10fix: the first monday of daylight saving time :facepalm:mo khan
2025-03-10chore: add some end to end testsmo khan
2025-03-10chore: add a test targetmo khan
2025-03-10Remove code commentsmo khan
2025-03-06docs: tidy up the architecture diagrammo khan
2025-03-06refactor: leave shared code in lib folder and move everything else to the ser...mo khan
2025-03-06feat: provide JWT token and GlobalID to make the remote authorization decisionmo khan
2025-03-06feat: remove standalone gRPC servermo khan
2025-03-06chore: remove saved callback from developmentmo khan
2025-03-06refactor: connect twirp client/server components to rackmo khan
2025-03-06refactor: move protobuf rpc services to lib/authx/rpcmo khan
2025-03-06refactor: use protobuf3 and define twirp servicemo khan
2025-03-06chore: add script to run manual testsmo khan
2025-03-06chore: create pkg/ dirmo khan
2025-03-06docs: add links to docs and make ascii diagram mobile friendlymo khan
2025-03-06chore: use make to install tools and run magemo khan
2025-03-06chore: install protocmo khan
2025-03-06chore: install twirp plugin as go toolmo khan
2025-03-06chore: compile each protobuf definitionmo khan
2025-03-05feat: add declarative policymo khan
2025-03-05docs: add architecture diagram to READMEmo khan
2025-03-05feat: connect REST API to gRPC Ability.allowed? servicemo khan
2025-03-05feat: define the protobuf service definitionmo khan
2025-03-05docs: fix sh examples in READMEmo khan
2025-03-05docs: update the READMEmo khan
2025-03-05feat: connect the reverse proxy to a casbin policy enforcement and separate h...mo khan
2025-03-05refactor: move SAML routes to /saml/ pathmo khan
2025-03-05refactor: extract scheme and provide the appropriate nameid for saml transactionmo khan
2025-03-05feat: add a REST API servicemo khan
2025-03-04refactor: collapse director and server into usagemo khan
2025-03-04docs: create a questions section for the READMEmo khan
2025-03-04docs: summarize the contents of the READMEmo khan
2025-03-04docs: clarify description for each experimentmo khan
2025-03-04feat: add API gateway to reverse proxy requests in front of two different ser...mo khan
2025-03-04Create entrypoint for api gatewaymo khan