summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2025-04-16feat: render an html page when a user is logged inmo khan
2025-04-15feat: connect a blank dashboard controllermo khan
2025-04-15feat: create session cookie tied to access tokenmo khan
2025-04-15feat: store tokens in sessio cookiemo khan
2025-04-15feat: store tokens in a session cookiemo khan
2025-04-14feat: exchange an authorization code grant for an access and id tokenmo khan
2025-04-14test: add placeholder for missing testsmo khan
2025-04-14feat: connect the sessions controller into the appmo khan
2025-04-14refactor: do not explicitly set the 301 status codemo khan
2025-04-14feat: connect the sessions controller to oidc providermo khan
2025-04-14fix: add audience parametermo khan
2025-04-14fix: add audience parametermo khan
2025-04-14test: add target audience for oidc transactionmo khan
2025-04-14feat: start to build a session controller to interact with an oidc providermo khan
2025-04-14test: refactor tests to include routingmo khan
2025-04-14fix: update go mod namespacemo khan
2025-04-12refactor: extract mountable interface to allow controllers to mount themselve...mo khan
2025-04-11refactor: split routes to separate controller filesmo khan