summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-07refactor: move test server to oidc packagemo khan
2025-05-07refactor: extract helper to log errors consistentlymo khan
2025-05-07refactor: delegate to cookie packagemo khan
2025-05-07refactor: inline options variablemo khan
2025-05-07refactor: move cookie to web packagemo khan
2025-05-07refactor: delegate to cookie package to write to response streammo khan
2025-05-07refactor: delegate to cookie packagemo khan
2025-04-30fix: strict same site mode breaks redirectsmo khan
2025-04-30fix: adjust cookie expiration calculationmo khan
2025-04-30fix: revert change to error messagemo khan
2025-04-30test: add test for each cookie optionmo khan
2025-04-30refactor: delegate to cookie.Reset to overload with optionsmo khan
2025-04-30test: add test for resetting a cookiemo khan
2025-04-30test: ensure tests work offlinemo khan
2025-04-30refactor: delegate to x packagemo khan
2025-04-30refactor: using existing helpersmo khan
2025-04-30feat: extract other cookie optionsmo khan
2025-04-30fix: prepend default optionmo khan
2025-04-30refactor: extract generic function to create and initialize any typemo khan
2025-04-30refactor: extract Option[T] and cleaner API for creating cookiesmo khan
2025-04-30refactor: extract cookie optionsmo khan
2025-04-30fix: the CSRF cookie needs to have a same site lax modemo khan
2025-04-30fix: disable secure cookies in development modemo khan
2025-04-29feat: use same site strict modemo khan
2025-04-29Use secure and http flag on cookies everywheremo khan
2025-04-29feat: ensure cookie is not accessible to js and one transmitted over tls in p...mo khan
2025-04-28feat: add by line to footermo khan
2025-04-28docs: add links to handbook and slackmo khan
2025-04-28feat: sort the in memory itemsmo khan
2025-04-28feat: add a temporary endpoint to restore sparklesmo khan
2025-04-28test: add unit tests for the servicemo khan
2025-04-28feat: validate the csrf tokenmo khan
2025-04-28feat: redirect to login page when session is establishedmo khan
2025-04-28refactor: remove struct fields that were moved to service typemo khan
2025-04-28refactor: move token exchange into service classmo khan
2025-04-28refactor: extract a session service classmo khan
2025-04-28chore: add HOST env for productionmo khan
2025-04-28feat: generate a nonce to validate the OAuth callbackmo khan
2025-04-28chore: update dependenciesmo khan
2025-04-28chore: add a default HOST for developmentmo khan
2025-04-28feat: don't sort sparkles in memorymo khan
2025-04-28feat: add link to dashboardmo khan
2025-04-28feat: convert nav to dropdownmo khan
2025-04-28feat: add a header and a footermo khan
2025-04-28test: temporarily disable http and secure flagsmo khan
2025-04-28feat: add logout endpointmo khan
2025-04-28feat: do not allow js to access cookiemo khan
2025-04-28refactor: remove unused template and actionmo khan
2025-04-28chore: override the default http client to log all outbound requestsmo khan
2025-04-28refactor: extract method to validate id tokenmo khan