summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-03-20feat: add id_token when scope includes oidcmo khan
2025-03-19feat: check if jwt is still validmo khan
2025-03-19fix: restore erb trim_mode optionmo khan
2025-03-18refactor: extract http helpers modulemo khan
2025-03-18refactor: extract parameter for injecting a code_verifiermo khan
2025-03-18refactor: allow overriding the default authorize uri query paramsmo khan
2025-03-18refactor: use oauth server metadata to configure endpointsmo khan
2025-03-18refactor: extract an OAuth::Client class to all the generation of dynamic cli...mo khan
2025-03-17feat: add a token introspection endpointmo khan
2025-03-17refactor: add shim to handle other types of authorization grantsmo khan
2025-03-17feat: exchange an authorization grant for a tokenmo khan
2025-03-17feat: add public groups endpointmo khan
2025-03-17test: update credentials used in test to match seed datamo khan
2025-03-17feat: fix the csv data and serve it from the REST APImo khan
2025-03-17feat: use csv files to simulate database tablesmo khan
2025-03-17docs: add notes on ABAC and weakness of RBACmo khan
2025-03-17docs: read more papers from Dr. Philip W.L. Fongmo khan
2025-03-17docs: start reading another paper on rebacmo khan
2025-03-17docs: add conclusion on ReBAC papermo khan
2025-03-17docs: extract a page to describe policy and FAQmo khan
2025-03-17docs: I finally understand why a formal policy language is helpfulmo khan
2025-03-17doc: split access control docs into separate filesmo khan
2025-03-17doc: move nodes on access control models to the top of the filemo khan
2025-03-15docs: remove screencast from READMEmo khan
2025-03-15refactor: authorize unsigned JWT in requestsmo khan
2025-03-14docs: describe the ReBAC policy expressed as a formulamo khan
2025-03-14docs: describe the ReBAC model and how it differs from RBACmo khan
2025-03-14docs: add prelim notes on ReBACmo khan
2025-03-14fix: combine host and path in logsmo khan
2025-03-14chore: update rubygemsmo khan
2025-03-14chore: switch to pure debianmo khan
2025-03-14chore: update package indexmo khan
2025-03-14chore: source mise activation and install bundlermo khan
2025-03-14chore: switch to debian in ci b/c playwright drivers need glibcmo khan
2025-03-14doc: add research on RBACmo khan
2025-03-14chore: user .gitlab-ci.yml file `variables` syntaxmo khan
2025-03-14chore: install nodejs in ci and provide path to playwrightmo khan
2025-03-13refactor: extract authz interface to test out different PaC librariesmo khan
2025-03-13chore: run the end to end tests by defaultmo khan
2025-03-13refactor: extract WithRoutes config optionmo khan
2025-03-13feat: add self-signed tls supportmo khan
2025-03-13refactor: extract proxy packagemo khan
2025-03-13refactor: extract cfg packagemo khan
2025-03-13refactor: extract srv packagemo khan
2025-03-13fix: append host to redirect locationmo khan
2025-03-13refactor: use rack to parse authorization headermo khan
2025-03-12feat: require a login before authorizing an auth grantmo khan
2025-03-12refactor: redirect to the standalone login page and continue saml transactionmo khan
2025-03-12feat: add a basic login page and dashboardmo khan
2025-03-12test: fix the e2e test to enter username/passwordmo khan