index
:
gitlab/authzd.git
gkg-inject-ids
gl-policies
main
refactor-authorizers
spice-schema
Authorization daemon
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
api
Age
Commit message (
Expand
)
Author
2025-05-02
refactor: remove anything unrelated to the authz daemon
mo khan
2025-03-27
refactor: split csv files into sub directory to simulate separate databases
mo khan
2025-03-20
feat: add logout and links to /index.html
mo khan
2025-03-20
feat: add html pages to ui service that fetches data from rest api
mo khan
2025-03-17
feat: add public groups endpoint
mo khan
2025-03-17
feat: fix the csv data and serve it from the REST API
mo khan
2025-03-17
feat: use csv files to simulate database tables
mo khan
2025-03-15
refactor: authorize unsigned JWT in requests
mo khan
2025-03-13
refactor: extract authz interface to test out different PaC libraries
mo khan
2025-03-13
refactor: use rack to parse authorization header
mo khan
2025-03-12
feat: render a simple login page
mo khan
2025-03-06
refactor: leave shared code in lib folder and move everything else to the ser...
mo khan
2025-03-06
feat: provide JWT token and GlobalID to make the remote authorization decision
mo khan
2025-03-06
feat: remove standalone gRPC server
mo khan
2025-03-06
refactor: connect twirp client/server components to rack
mo khan
2025-03-06
refactor: move protobuf rpc services to lib/authx/rpc
mo khan
2025-03-06
refactor: use protobuf3 and define twirp service
mo khan
2025-03-05
feat: connect REST API to gRPC Ability.allowed? service
mo khan
2025-03-05
refactor: move SAML routes to /saml/ path
mo khan
2025-03-05
refactor: extract scheme and provide the appropriate nameid for saml transaction
mo khan