summaryrefslogtreecommitdiff
path: root/bin/api
AgeCommit message (Expand)Author
2025-03-15refactor: authorize unsigned JWT in requestsmo khan
2025-03-13refactor: extract authz interface to test out different PaC librariesmo khan
2025-03-13refactor: use rack to parse authorization headermo khan
2025-03-12feat: render a simple login pagemo 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-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-05feat: connect REST API to gRPC Ability.allowed? servicemo 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